C# Class WebSampleApp.HtmlExtensions

Afficher le fichier Open project: ProfessionalCSharp/ProfessionalCSharp6

Méthodes publiques

Méthode Description
Div ( this value ) : string
ListItem ( this value, string url ) : string
Span ( this value ) : string

Method Details

Div() public static méthode

public static Div ( this value ) : string
value this
Résultat string

ListItem() public static méthode

public static ListItem ( this value, string url ) : string
value this
url string
Résultat string

Span() public static méthode

public static Span ( this value ) : string
value this
Résultat string