C# Class System.Web.Mvc.StringExtensions

Show file Open project: lgn/CurrentProject

Public Methods

Method Description
Chop ( this content, string separator ) : string
CreateSlug ( this source ) : string
FormattedDayMonth ( this dayMonth ) : string
StripHTML ( this htmlString ) : string

Method Details

Chop() public static method

public static Chop ( this content, string separator ) : string
content this
separator string
return string

CreateSlug() public static method

public static CreateSlug ( this source ) : string
source this
return string

FormattedDayMonth() public static method

public static FormattedDayMonth ( this dayMonth ) : string
dayMonth this
return string

StripHTML() public static method

public static StripHTML ( this htmlString ) : string
htmlString this
return string