C# Class WebSampleApp.HtmlExtensions

Mostrar archivo Open project: ProfessionalCSharp/ProfessionalCSharp6

Public Methods

Method Description
Div ( this value ) : string
ListItem ( this value, string url ) : string
Span ( this value ) : string

Method Details

Div() public static method

public static Div ( this value ) : string
value this
return string

ListItem() public static method

public static ListItem ( this value, string url ) : string
value this
url string
return string

Span() public static method

public static Span ( this value ) : string
value this
return string