2 writes to Path
Microsoft.AspNetCore.Rewrite (1)
ApacheModRewrite\CookieActionFactory.cs (1)
91action!.Path = value;
Microsoft.AspNetCore.Rewrite.Tests (1)
UrlActions\ChangeCookieActionTests.cs (1)
22Path = "/recipes",
5 references to Path
Microsoft.AspNetCore.Rewrite (2)
UrlActions\ChangeCookieAction.cs (2)
51Path = Path, 63Path = Path
Microsoft.AspNetCore.Rewrite.Tests (3)
ApacheModRewrite\CookieActionFactoryTest.cs (3)
19Assert.Equal("path", cookie.Path); 33Assert.Equal("path", action.Path); 47Assert.Equal(string.Empty, action.Path);