Method | Description | |
---|---|---|
GetForm ( string identifier ) : IFormExtension | ||
GetForm ( string tenant, string identifier, string path ) : string | ||
ParseHtmlAsync ( string tenant, string html, bool isPost = false, System.Web.Mvc.FormCollection form = null ) : Task |
||
PostFormAsync ( string tenant, string identifier, string path, System.Web.Mvc.FormCollection model ) : Task |
public static GetForm ( string identifier ) : IFormExtension | ||
identifier | string | |
return | IFormExtension |
public static GetForm ( string tenant, string identifier, string path ) : string | ||
tenant | string | |
identifier | string | |
path | string | |
return | string |
public static ParseHtmlAsync ( string tenant, string html, bool isPost = false, System.Web.Mvc.FormCollection form = null ) : Task |
||
tenant | string | |
html | string | |
isPost | bool | |
form | System.Web.Mvc.FormCollection | |
return | Task |
public static PostFormAsync ( string tenant, string identifier, string path, System.Web.Mvc.FormCollection model ) : Task |
||
tenant | string | |
identifier | string | |
path | string | |
model | System.Web.Mvc.FormCollection | |
return | Task |