1 type derived from IndexModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\Index.cshtml.cs (1)
65
internal sealed class IndexModel<TUser> :
IndexModel
where TUser : class
8 references to IndexModel
Microsoft.AspNetCore.Identity.UI (8)
Areas_Identity_Pages_V4_Account_Manage_Index_cshtml.g.cs (4)
320
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
IndexModel
> Html { get; private set; } = default!;
323
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
IndexModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
IndexModel
>)PageContext?.ViewData!;
328
IndexModel
Areas_Identity_Pages_V5_Account_Manage_Index_cshtml.g.cs (4)
329
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
IndexModel
> Html { get; private set; } = default!;
332
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
IndexModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
IndexModel
>)PageContext?.ViewData!;
337
IndexModel