C# 클래스 Frapid.WebsiteBuilder.Plugins.FormsExtension

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
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