Class ErrorModel
Inheritance
System.Object
ErrorModel
Assembly: FhirCodeGenBlazor.dll
Syntax
public class ErrorModel : PageModel
Constructors
|
Improve this Doc
View Source
ErrorModel(ILogger<ErrorModel>)
Declaration
public ErrorModel(ILogger<ErrorModel> logger)
Parameters
Properties
|
Improve this Doc
View Source
RequestId
Declaration
public string? RequestId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
ShowRequestId
Declaration
public bool ShowRequestId { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
OnGet()
Declaration