Show / Hide Table of Contents

Class ErrorModel

Inheritance
System.Object
ErrorModel
Namespace: FhirCodeGenBlazor.Pages
Assembly: FhirCodeGenBlazor.dll
Syntax
public class ErrorModel : PageModel

Constructors

| Improve this Doc View Source

ErrorModel(ILogger<ErrorModel>)

Declaration
public ErrorModel(ILogger<ErrorModel> logger)
Parameters
Type Name Description
ILogger<ErrorModel> logger

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
public void OnGet()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX