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