Class FormWithResponse
Inherited Members
Namespace: Volo.Forms.Responses
Assembly: Volo.Forms.Domain.dll
Syntax
public class FormWithResponse
Constructors
FormWithResponse()
Declaration
public FormWithResponse()
Properties
Form
Declaration
public Form Form { get; set; }
Property Value
| Type | Description |
|---|---|
| Form |
Response
Declaration
public FormResponse Response { get; set; }
Property Value
| Type | Description |
|---|---|
| FormResponse |