React to adding IsAvailable to ISession

This commit is contained in:
John Luo 2016-05-23 15:17:30 -07:00
parent d92b3ba2c6
commit ff534da70f
1 changed files with 2 additions and 0 deletions

View File

@ -397,6 +397,8 @@ namespace Microsoft.AspNetCore.Mvc.ViewFeatures
public string Id => "TestId";
public bool IsAvailable { get; } = true;
public Task LoadAsync()
{
return Task.FromResult(0);