Метод | Описание | |
---|---|---|
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 | |
Результат | IFormExtension |
public static GetForm ( string tenant, string identifier, string path ) : string | ||
tenant | string | |
identifier | string | |
path | string | |
Результат | 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 | |
Результат | 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 | |
Результат | Task |