ILoginErrorAccessor.SetMessage(HttpContext, String) 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.
Sets the error message for the current request.
public void SetMessage (Microsoft.AspNetCore.Http.HttpContext context, string? message);
abstract member SetMessage : Microsoft.AspNetCore.Http.HttpContext * string -> unit
Public Sub SetMessage (context As HttpContext, message As String)
Parameters
- context
- HttpContext
Current HttpContext.
- message
- String
Error message to set.