This commit is contained in:
Ajay Bhargav Baaskaran 2016-03-04 17:18:34 -08:00
parent ca164db921
commit e39cbf077c
1 changed files with 2 additions and 0 deletions

View File

@ -396,6 +396,8 @@ namespace Microsoft.AspNetCore.Mvc.ViewFeatures
public IEnumerable<string> Keys { get { return _innerDictionary.Keys; } }
public string Id => "TestId";
public Task LoadAsync()
{
return Task.FromResult(0);