Метод | Описание | |
---|---|---|
ActionLinkWithImage ( this helper, string navigateUrl, string actionCss, string imgSrc, string altText, string imageCss, string actionTarget = null ) : System.Web.Mvc.MvcHtmlString | ||
GenerateSpan ( this helper, string name, string content, string cssClass ) : System.Web.Mvc.MvcHtmlString | ||
GenerateSpanRaw ( this helper, string name, string content, string cssClass ) : string | ||
GetMvcHtmlString ( this helper, string value ) : System.Web.Mvc.MvcHtmlString |
public static ActionLinkWithImage ( this helper, string navigateUrl, string actionCss, string imgSrc, string altText, string imageCss, string actionTarget = null ) : System.Web.Mvc.MvcHtmlString | ||
helper | this | |
navigateUrl | string | |
actionCss | string | |
imgSrc | string | |
altText | string | |
imageCss | string | |
actionTarget | string | |
Результат | System.Web.Mvc.MvcHtmlString |
public static GenerateSpan ( this helper, string name, string content, string cssClass ) : System.Web.Mvc.MvcHtmlString | ||
helper | this | |
name | string | |
content | string | |
cssClass | string | |
Результат | System.Web.Mvc.MvcHtmlString |
public static GenerateSpanRaw ( this helper, string name, string content, string cssClass ) : string | ||
helper | this | |
name | string | |
content | string | |
cssClass | string | |
Результат | string |
public static GetMvcHtmlString ( this helper, string value ) : System.Web.Mvc.MvcHtmlString | ||
helper | this | |
value | string | |
Результат | System.Web.Mvc.MvcHtmlString |