Compartilhar via


SignedOutModel Class

Definition

Model for the SignOut page.

[Microsoft.AspNetCore.Authorization.AllowAnonymous]
public class SignedOutModel : Microsoft.AspNetCore.Mvc.RazorPages.PageModel
[<Microsoft.AspNetCore.Authorization.AllowAnonymous>]
type SignedOutModel = class
    inherit PageModel
Public Class SignedOutModel
Inherits PageModel
Inheritance
SignedOutModel
Attributes

Constructors

SignedOutModel()

Methods

OnGet()

Method handling the HTTP GET method.

Applies to