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)
_generated\19\Index_cshtml.g.cs (4)
319
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
IndexModel
> Html { get; private set; } = default!;
322
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
IndexModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
IndexModel
>)PageContext?.ViewData!;
327
IndexModel
_generated\61\Index_cshtml.g.cs (4)
328
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
IndexModel
> Html { get; private set; } = default!;
331
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
IndexModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
IndexModel
>)PageContext?.ViewData!;
336
IndexModel