React to aspnet/Session#96 changes
This commit is contained in:
parent
ca164db921
commit
e39cbf077c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue