C# Class System.Web.Mvc.StringExtensions

Afficher le fichier Open project: lgn/CurrentProject

Méthodes publiques

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

Method Details

Chop() public static méthode

public static Chop ( this content, string separator ) : string
content this
separator string
Résultat string

CreateSlug() public static méthode

public static CreateSlug ( this source ) : string
source this
Résultat string

FormattedDayMonth() public static méthode

public static FormattedDayMonth ( this dayMonth ) : string
dayMonth this
Résultat string

StripHTML() public static méthode

public static StripHTML ( this htmlString ) : string
htmlString this
Résultat string