PageBase.Unauthorized Method  
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.
Creates an UnauthorizedResult that produces an Status401Unauthorized response.
public:
 virtual Microsoft::AspNetCore::Mvc::UnauthorizedResult ^ Unauthorized();public virtual Microsoft.AspNetCore.Mvc.UnauthorizedResult Unauthorized();abstract member Unauthorized : unit -> Microsoft.AspNetCore.Mvc.UnauthorizedResult
override this.Unauthorized : unit -> Microsoft.AspNetCore.Mvc.UnauthorizedResultPublic Overridable Function Unauthorized () As UnauthorizedResultReturns
The created UnauthorizedResult for the response.