Show / Hide Table of Contents

Class ViewResponseViewComponent

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

Constructors

ViewResponseViewComponent(IResponseAppService)

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

Properties

ResponseAppService

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

ViewFormUrl

Declaration
public string ViewFormUrl { get; set; }
Property Value
Type Description
string

Methods

InvokeAsync(Guid)

Declaration
public virtual Task<IViewComponentResult> InvokeAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<IViewComponentResult>
In this article
Back to top Powered by Volosoft