Class TablesDemoViewComponent
Inheritance
TablesDemoViewComponent
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo.dll
Syntax
[Widget(StyleTypes = new Type[] { typeof(PrismjsStyleBundleContributor) }, ScriptTypes = new Type[] { typeof(PrismjsScriptBundleContributor) })]
public class TablesDemoViewComponent : AbpViewComponent
Constructors
TablesDemoViewComponent()
Declaration
public TablesDemoViewComponent()
Fields
ViewPath
Declaration
public const string ViewPath = "/Views/Components/Themes/Shared/Demos/TablesDemo/Default.cshtml"
Field Value
Methods
Invoke()
Declaration
public virtual IViewComponentResult Invoke()
Returns
Extension Methods