React to adding IsAvailable to ISession
This commit is contained in:
parent
d92b3ba2c6
commit
ff534da70f
|
|
@ -397,6 +397,8 @@ namespace Microsoft.AspNetCore.Mvc.ViewFeatures
|
||||||
|
|
||||||
public string Id => "TestId";
|
public string Id => "TestId";
|
||||||
|
|
||||||
|
public bool IsAvailable { get; } = true;
|
||||||
|
|
||||||
public Task LoadAsync()
|
public Task LoadAsync()
|
||||||
{
|
{
|
||||||
return Task.FromResult(0);
|
return Task.FromResult(0);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue