C# Class SanderVantEinde.TelegramBot.MarkupExtensions

Afficher le fichier Open project: sandervanteinde/TelegramBot

Méthodes publiques

Méthode 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

Méthode Description
ReplaceHtmlEntities ( string str ) : string

Method Details

Bold() public static méthode

public static Bold ( this str ) : string
str this
Résultat string

InlineCode() public static méthode

public static InlineCode ( this str ) : string
str this
Résultat string

Italic() public static méthode

public static Italic ( this str ) : string
str this
Résultat string

MultiLineCode() public static méthode

public static MultiLineCode ( this str ) : string
str this
Résultat string

Url() public static méthode

public static Url ( this str, string url ) : string
str this
url string
Résultat string