Class FormQuestionsViewComponent
Inheritance
FormQuestionsViewComponent
Assembly: Volo.Forms.Web.dll
Syntax
[Widget(StyleFiles = new string[] { "/Pages/Forms/Shared/Components/FormQuestions/Default.css" }, StyleTypes = new Type[] { typeof(Select2StyleContributor) }, ScriptTypes = new Type[] { typeof(VueScriptContributor), typeof(VeeValidateScriptContributor), typeof(FormQuestionsWidgetScriptContributor) }, AutoInitialize = true)]
[ViewComponent(Name = "FormQuestions")]
public class FormQuestionsViewComponent : AbpViewComponent
Constructors
FormQuestionsViewComponent(IFormAppService)
Declaration
public FormQuestionsViewComponent(IFormAppService formAppService)
Parameters
Properties
FormAppService
Declaration
protected IFormAppService FormAppService { get; }
Property Value
Methods
InvokeAsync(Guid)
Declaration
public virtual Task<IViewComponentResult> InvokeAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
Extension Methods