C# Класс Frapid.WebsiteBuilder.Plugins.FormsExtension

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetForm() публичный статический Метод

public static GetForm ( string identifier ) : IFormExtension
identifier string
Результат IFormExtension

GetForm() публичный статический Метод

public static GetForm ( string tenant, string identifier, string path ) : string
tenant string
identifier string
path string
Результат string

ParseHtmlAsync() публичный статический Метод

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

PostFormAsync() публичный статический Метод

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