Class LayoutHookViewComponent
Inheritance
System.Object
LayoutHookViewComponent
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
public class LayoutHookViewComponent : AbpViewComponent
Constructors
LayoutHookViewComponent(IOptions<AbpLayoutHookOptions>)
Declaration
public LayoutHookViewComponent(IOptions<AbpLayoutHookOptions> options)
Parameters
Properties
Options
Declaration
protected AbpLayoutHookOptions Options { get; }
Property Value
Methods
Invoke(String, String)
Declaration
public virtual IViewComponentResult Invoke(string name, string layout)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
layout |
|
Returns
Type |
Description |
IViewComponentResult |
|
Extension Methods