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
4 references to IndexModel
Microsoft.AspNetCore.Identity.UI (4)
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