C# Class SanderVantEinde.TelegramBot.MarkupExtensions

Mostrar archivo Open project: sandervanteinde/TelegramBot

Public Methods

Method Description
Bold ( this str ) : string
InlineCode ( this str ) : string
Italic ( this str ) : string
MultiLineCode ( this str ) : string
Url ( this str, string url ) : string

Private Methods

Method Description
ReplaceHtmlEntities ( string str ) : string

Method Details

Bold() public static method

public static Bold ( this str ) : string
str this
return string

InlineCode() public static method

public static InlineCode ( this str ) : string
str this
return string

Italic() public static method

public static Italic ( this str ) : string
str this
return string

MultiLineCode() public static method

public static MultiLineCode ( this str ) : string
str this
return string

Url() public static method

public static Url ( this str, string url ) : string
str this
url string
return string