1 type derived from IndexModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\Index.cshtml.cs (1)
65internal 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)
320public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<IndexModel> Html { get; private set; } = default!; 323public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<IndexModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<IndexModel>)PageContext?.ViewData!; 328IndexModel
Areas_Identity_Pages_V5_Account_Manage_Index_cshtml.g.cs (4)
329public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<IndexModel> Html { get; private set; } = default!; 332public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<IndexModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<IndexModel>)PageContext?.ViewData!; 337IndexModel