4 implementations of Id
Microsoft.AspNetCore.Http.Tests (1)
DefaultHttpContextTests.cs (1)
452
public string
Id
{ get; set; }
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
SessionStateTempDataProviderTest.cs (1)
105
public string
Id
=> "TestId";
ViewComponentTests.cs (1)
272
public string
Id
=> "TestId";
Microsoft.AspNetCore.Session (1)
DistributedSession.cs (1)
94
public string
Id
2 references to Id
Microsoft.AspNetCore.Session.Tests (2)
SessionTests.cs (2)
656
Assert.Equal(string.Empty, context.Session.
Id
);
706
Assert.Equal(string.Empty, context.Session.
Id
);