C# Class Frapid.WebsiteBuilder.Extensions.StringExtension

Afficher le fichier Open project: frapid/frapid

Méthodes publiques

Méthode Description
ToAlias ( this input, int limit = 100 ) : string
ToText ( this html ) : string
Truncate ( this input, int limit = 50 ) : string

Method Details

ToAlias() public static méthode

public static ToAlias ( this input, int limit = 100 ) : string
input this
limit int
Résultat string

ToText() public static méthode

public static ToText ( this html ) : string
html this
Résultat string

Truncate() public static méthode

public static Truncate ( this input, int limit = 50 ) : string
input this
limit int
Résultat string