Show / Hide Table of Contents

Class ErrorView

Inheritance
object
ComponentBase
ErrorView
Implements
IComponent
IHandleEvent
IHandleAfterRender
Inherited Members
ComponentBase.OnInitialized()
ComponentBase.OnInitializedAsync()
ComponentBase.OnParametersSet()
ComponentBase.OnParametersSetAsync()
ComponentBase.StateHasChanged()
ComponentBase.ShouldRender()
ComponentBase.OnAfterRender(bool)
ComponentBase.OnAfterRenderAsync(bool)
ComponentBase.InvokeAsync(Action)
ComponentBase.InvokeAsync(Func<Task>)
ComponentBase.DispatchExceptionAsync(Exception)
ComponentBase.SetParametersAsync(ParameterView)
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Components.Web.LeptonTheme.Components
Assembly: Volo.Abp.AspNetCore.Components.Web.LeptonTheme.dll
Syntax
public class ErrorView : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

ErrorView()

Declaration
public ErrorView()

Properties

HttpStatusCode

Declaration
[Parameter]
public int HttpStatusCode { get; set; }
Property Value
Type Description
int

Message

Declaration
[Parameter]
public string Message { get; set; }
Property Value
Type Description
string

Title

Declaration
[Parameter]
public string Title { get; set; }
Property Value
Type Description
string

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type Name Description
RenderTreeBuilder __builder
Overrides
ComponentBase.BuildRenderTree(RenderTreeBuilder)

Implements

IComponent
IHandleEvent
IHandleAfterRender
In this article
Back to top Powered by Volosoft