5 writes to PageHandler
Microsoft.AspNetCore.Identity.UI (4)
Areas_Identity_Pages_V4_Account_Manage_Email_cshtml.g.cs (2)
259__Microsoft_AspNetCore_Mvc_TagHelpers_FormActionTagHelper.PageHandler = (string)__tagHelperAttribute_5.Value; 360__Microsoft_AspNetCore_Mvc_TagHelpers_FormActionTagHelper.PageHandler = (string)__tagHelperAttribute_10.Value;
Areas_Identity_Pages_V5_Account_Manage_Email_cshtml.g.cs (2)
291__Microsoft_AspNetCore_Mvc_TagHelpers_FormActionTagHelper.PageHandler = (string)__tagHelperAttribute_8.Value; 394__Microsoft_AspNetCore_Mvc_TagHelpers_FormActionTagHelper.PageHandler = (string)__tagHelperAttribute_14.Value;
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
FormActionTagHelperTest.cs (1)
641PageHandler = "PageHandler",
3 references to PageHandler
Microsoft.AspNetCore.Mvc.TagHelpers (3)
FormActionTagHelper.cs (3)
190PageHandler != null || 216var pageLink = Page != null || PageHandler != null; 251url = urlHelper.Page(Page, PageHandler, routeValues, protocol: null, host: null, fragment: Fragment);