C# Class Frapid.WebsiteBuilder.Plugins.FormsExtension

Show file Open project: frapid/frapid

Public Methods

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

Method Details

GetForm() public static method

public static GetForm ( string identifier ) : IFormExtension
identifier string
return IFormExtension

GetForm() public static method

public static GetForm ( string tenant, string identifier, string path ) : string
tenant string
identifier string
path string
return string

ParseHtmlAsync() public static method

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

PostFormAsync() public static method

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