Show / Hide Table of Contents

Class ViewFormViewComponent

Inheritance
object
ViewFormViewComponent
Namespace: Volo.Forms.Web.Pages.Forms.Shared.Components.ViewForm
Assembly: Volo.Forms.Web.dll
Syntax
[ViewComponent(Name = "ViewForm")]
public class ViewFormViewComponent : AbpViewComponent

Constructors

ViewFormViewComponent(IResponseAppService)

Declaration
public ViewFormViewComponent(IResponseAppService responseAppService)
Parameters
Type Name Description
IResponseAppService responseAppService

Properties

ResponseAppService

Declaration
protected IResponseAppService ResponseAppService { get; }
Property Value
Type Description
IResponseAppService

Methods

InvokeAsync(Guid, bool)

Declaration
public virtual Task<IViewComponentResult> InvokeAsync(Guid formId, bool preview = false)
Parameters
Type Name Description
Guid formId
bool preview
Returns
Type Description
Task<IViewComponentResult>
In this article
Back to top Powered by Volosoft