SignedOutModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |