Method | Description | |
---|---|---|
Field ( this htmlHelper, string fieldName, System.Item item, bool shouldWrap ) : System.Web.HtmlString | ||
Field ( this htmlHelper, string fieldName, System.Item item, object parameters, bool shouldWrap ) : System.Web.HtmlString | ||
Field ( this htmlHelper, string fieldName, bool shouldWrap ) : System.Web.HtmlString | ||
Field ( this htmlHelper, string fieldName, object parameters, bool shouldWrap ) : System.Web.HtmlString | ||
GenerateReCaptcha ( this helper, string id, string theme ) : string |
public static Field ( this htmlHelper, string fieldName, System.Item item, bool shouldWrap ) : System.Web.HtmlString | ||
htmlHelper | this | |
fieldName | string | |
item | System.Item | |
shouldWrap | bool | |
return | System.Web.HtmlString |
public static Field ( this htmlHelper, string fieldName, System.Item item, object parameters, bool shouldWrap ) : System.Web.HtmlString | ||
htmlHelper | this | |
fieldName | string | |
item | System.Item | |
parameters | object | |
shouldWrap | bool | |
return | System.Web.HtmlString |
public static Field ( this htmlHelper, string fieldName, bool shouldWrap ) : System.Web.HtmlString | ||
htmlHelper | this | |
fieldName | string | |
shouldWrap | bool | |
return | System.Web.HtmlString |
public static Field ( this htmlHelper, string fieldName, object parameters, bool shouldWrap ) : System.Web.HtmlString | ||
htmlHelper | this | |
fieldName | string | |
parameters | object | |
shouldWrap | bool | |
return | System.Web.HtmlString |
public static GenerateReCaptcha ( this helper, string id, string theme ) : string | ||
helper | this | |
id | string | |
theme | string | |
return | string |