Class LeptonErrorViewComponent
Inheritance
LeptonErrorViewComponent
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.dll
Syntax
public class LeptonErrorViewComponent : LeptonViewComponentBase
Constructors
LeptonErrorViewComponent()
Declaration
public LeptonErrorViewComponent()
Methods
Invoke(AbpErrorViewModel, string)
Declaration
public IViewComponentResult Invoke(AbpErrorViewModel model, string defaultErrorMessageKey)
Parameters
| Type |
Name |
Description |
| AbpErrorViewModel |
model |
|
| string |
defaultErrorMessageKey |
|
Returns