1 type derived from LogoutModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Logout.cshtml.cs (1)
34
internal sealed class LogoutModel<TUser> :
LogoutModel
where TUser : class
6 references to LogoutModel
Microsoft.AspNetCore.Identity.UI (6)
Areas\Identity\Pages\V4\Account\Logout.cshtml.cs (2)
37
private readonly ILogger<
LogoutModel
> _logger;
39
public LogoutModel(SignInManager<TUser> signInManager, ILogger<
LogoutModel
> logger)
Areas_Identity_Pages_V4_Account_Logout_cshtml.g.cs (4)
170
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
LogoutModel
> Html { get; private set; } = default!;
173
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
LogoutModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
LogoutModel
>)PageContext?.ViewData!;
178
LogoutModel