17 writes to Action
ClaimsTransformation (4)
artifacts\obj\ClaimsTransformation\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__Layout_cshtml.g.cs (4)
257
__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.
Action
= (string)__tagHelperAttribute_13.Value;
278
__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.
Action
= (string)__tagHelperAttribute_13.Value;
298
__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.
Action
= (string)__tagHelperAttribute_15.Value;
328
__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.
Action
= (string)__tagHelperAttribute_17.Value;
DynamicSchemes (1)
artifacts\obj\DynamicSchemes\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages_Index_cshtml.g.cs (1)
136
__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.
Action
= (string)__tagHelperAttribute_2.Value;
Microsoft.AspNetCore.Mvc.TagHelpers.Test (6)
AnchorTagHelperTest.cs (6)
62
Action
= "index",
174
Action
= "Index",
228
Action
= "Index",
286
Action
= "Index",
345
Action
= "Index",
617
Action
= "Action",
MvcSandbox (2)
artifacts\obj\MvcSandbox\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__Layout_cshtml.g.cs (2)
99
__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.
Action
= (string)__tagHelperAttribute_3.Value;
120
__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.
Action
= (string)__tagHelperAttribute_3.Value;
SecurityWebSite (4)
artifacts\obj\SecurityWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__Layout_cshtml.g.cs (4)
108
__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.
Action
= (string)__tagHelperAttribute_2.Value;
129
__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.
Action
= (string)__tagHelperAttribute_2.Value;
149
__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.
Action
= (string)__tagHelperAttribute_4.Value;
169
__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.
Action
= (string)__tagHelperAttribute_5.Value;
6 references to Action
Microsoft.AspNetCore.Mvc.TagHelpers (6)
AnchorTagHelper.cs (6)
89
/// Must be <c>null</c> if <see cref="Route"/> or <see cref="
Action
"/>, <see cref="Controller"/>
99
/// Must be <c>null</c> if <see cref="Route"/> or <see cref="
Action
"/>, or <see cref="Controller"/>
127
/// Must be <c>null</c> if one of <see cref="
Action
"/>, <see cref="Controller"/>, <see cref="Area"/>
171
if (
Action
!= null ||
203
var actionLink = Controller != null ||
Action
!= null;
265
actionName:
Action
,