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