8 writes to Model
Microsoft.AspNetCore.Identity.UI (4)
Areas_Identity_Pages_V4_Account_ConfirmEmail_cshtml.g.cs (1)
81
__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.
Model
=
Areas_Identity_Pages_V4_Account_ConfirmEmailChange_cshtml.g.cs (1)
81
__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.
Model
=
Areas_Identity_Pages_V5_Account_ConfirmEmail_cshtml.g.cs (1)
81
__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.
Model
=
Areas_Identity_Pages_V5_Account_ConfirmEmailChange_cshtml.g.cs (1)
81
__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.
Model
=
Microsoft.AspNetCore.Mvc.TagHelpers.Test (4)
PartialTagHelperTest.cs (4)
27
Model
= expectedModel,
48
Model
= null,
116
Model
= new object(),
138
Model
= null,
6 references to Model
Microsoft.AspNetCore.Identity.UI (4)
Areas_Identity_Pages_V4_Account_ConfirmEmail_cshtml.g.cs (1)
90
__tagHelperExecutionContext.AddTagHelperAttribute("model", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.
Model
, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
Areas_Identity_Pages_V4_Account_ConfirmEmailChange_cshtml.g.cs (1)
90
__tagHelperExecutionContext.AddTagHelperAttribute("model", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.
Model
, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
Areas_Identity_Pages_V5_Account_ConfirmEmail_cshtml.g.cs (1)
90
__tagHelperExecutionContext.AddTagHelperAttribute("model", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.
Model
, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
Areas_Identity_Pages_V5_Account_ConfirmEmailChange_cshtml.g.cs (1)
90
__tagHelperExecutionContext.AddTagHelperAttribute("model", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.
Model
, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
Microsoft.AspNetCore.Mvc.TagHelpers (2)
PartialTagHelper.cs (2)
51
/// An expression to be evaluated against the current model. Cannot be used together with <see cref="
Model
"/>.
168
return
Model
;