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