Class ViewFormViewComponent
Inheritance
ViewFormViewComponent
Assembly: Volo.Forms.Web.dll
Syntax
[Widget(StyleFiles = new string[] { "/Pages/Forms/Shared/Components/ViewForm/Default.css" }, ScriptTypes = new Type[] { typeof(VueScriptContributor), typeof(VeeValidateScriptContributor), typeof(ViewFormWidgetScriptContributor) }, AutoInitialize = true)]
[ViewComponent(Name = "ViewForm")]
public class ViewFormViewComponent : AbpViewComponent
Constructors
ViewFormViewComponent(IResponseAppService)
Declaration
public ViewFormViewComponent(IResponseAppService responseAppService)
Parameters
Properties
ResponseAppService
Declaration
protected IResponseAppService ResponseAppService { get; }
Property Value
Methods
InvokeAsync(Guid, bool)
Declaration
public virtual Task<IViewComponentResult> InvokeAsync(Guid formId, bool preview = false)
Parameters
Type |
Name |
Description |
Guid |
formId |
|
bool |
preview |
|
Returns
Extension Methods