Method | Description | |
---|---|---|
Clip ( this htmlHelper, string value, int maximumLength ) : System.Web.Mvc.MvcHtmlString | ||
Clip ( this htmlHelper, string value, int maximumLength, string defaultValue ) : System.Web.Mvc.MvcHtmlString | ||
Gravatar ( this htmlHelper, string email, int size, string rating, string alt, string title, string cssClass ) : System.Web.Mvc.MvcHtmlString | ||
Gravatar ( this htmlHelper, string email, string title ) : System.Web.Mvc.MvcHtmlString | ||
Gravatar ( this htmlHelper, string email, string title, string cssClass ) : System.Web.Mvc.MvcHtmlString | ||
ToChanges ( this htmlHelper, string changes ) : System.Web.Mvc.MvcHtmlString | ||
ToChecked ( this htmlHelper, bool value ) : System.Web.Mvc.MvcHtmlString | ||
ToDefaultValue ( this htmlHelper, string value, string defaultValue ) : System.Web.Mvc.MvcHtmlString | ||
ToRelativeDate ( this htmlHelper, System.DateTime date ) : System.Web.Mvc.MvcHtmlString | ||
ToSelected ( this htmlHelper, object value, object checkValue ) : System.Web.Mvc.MvcHtmlString | ||
ToStringOfDates ( this |
||
ToStringOfDurations ( this |
||
Trim ( this htmlHelper, string value, int maximumLength ) : System.Web.Mvc.MvcHtmlString |
Method | Description | |
---|---|---|
MD5String ( string input ) : string |
public static Clip ( this htmlHelper, string value, int maximumLength ) : System.Web.Mvc.MvcHtmlString | ||
htmlHelper | this | |
value | string | |
maximumLength | int | |
return | System.Web.Mvc.MvcHtmlString |
public static Clip ( this htmlHelper, string value, int maximumLength, string defaultValue ) : System.Web.Mvc.MvcHtmlString | ||
htmlHelper | this | |
value | string | |
maximumLength | int | |
defaultValue | string | |
return | System.Web.Mvc.MvcHtmlString |
public static Gravatar ( this htmlHelper, string email, int size, string rating, string alt, string title, string cssClass ) : System.Web.Mvc.MvcHtmlString | ||
htmlHelper | this | |
string | ||
size | int | |
rating | string | |
alt | string | |
title | string | |
cssClass | string | |
return | System.Web.Mvc.MvcHtmlString |
public static Gravatar ( this htmlHelper, string email, string title ) : System.Web.Mvc.MvcHtmlString | ||
htmlHelper | this | |
string | ||
title | string | |
return | System.Web.Mvc.MvcHtmlString |
public static Gravatar ( this htmlHelper, string email, string title, string cssClass ) : System.Web.Mvc.MvcHtmlString | ||
htmlHelper | this | |
string | ||
title | string | |
cssClass | string | |
return | System.Web.Mvc.MvcHtmlString |
public static ToChanges ( this htmlHelper, string changes ) : System.Web.Mvc.MvcHtmlString | ||
htmlHelper | this | |
changes | string | |
return | System.Web.Mvc.MvcHtmlString |
public static ToChecked ( this htmlHelper, bool value ) : System.Web.Mvc.MvcHtmlString | ||
htmlHelper | this | |
value | bool | |
return | System.Web.Mvc.MvcHtmlString |
public static ToDefaultValue ( this htmlHelper, string value, string defaultValue ) : System.Web.Mvc.MvcHtmlString | ||
htmlHelper | this | |
value | string | |
defaultValue | string | |
return | System.Web.Mvc.MvcHtmlString |
public static ToRelativeDate ( this htmlHelper, System.DateTime date ) : System.Web.Mvc.MvcHtmlString | ||
htmlHelper | this | |
date | System.DateTime | |
return | System.Web.Mvc.MvcHtmlString |
public static ToSelected ( this htmlHelper, object value, object checkValue ) : System.Web.Mvc.MvcHtmlString | ||
htmlHelper | this | |
value | object | |
checkValue | object | |
return | System.Web.Mvc.MvcHtmlString |
public static ToStringOfDates ( this |
||
values | this |
|
return | System.Web.Mvc.MvcHtmlString |
public static ToStringOfDurations ( this |
||
values | this |
|
return | System.Web.Mvc.MvcHtmlString |
public static Trim ( this htmlHelper, string value, int maximumLength ) : System.Web.Mvc.MvcHtmlString | ||
htmlHelper | this | |
value | string | |
maximumLength | int | |
return | System.Web.Mvc.MvcHtmlString |