C# 클래스 SanderVantEinde.TelegramBot.MarkupExtensions

파일 보기 프로젝트 열기: sandervanteinde/TelegramBot

공개 메소드들

메소드 설명
Bold ( this str ) : string
InlineCode ( this str ) : string
Italic ( this str ) : string
MultiLineCode ( this str ) : string
Url ( this str, string url ) : string

비공개 메소드들

메소드 설명
ReplaceHtmlEntities ( string str ) : string

메소드 상세

Bold() 공개 정적인 메소드

public static Bold ( this str ) : string
str this
리턴 string

InlineCode() 공개 정적인 메소드

public static InlineCode ( this str ) : string
str this
리턴 string

Italic() 공개 정적인 메소드

public static Italic ( this str ) : string
str this
리턴 string

MultiLineCode() 공개 정적인 메소드

public static MultiLineCode ( this str ) : string
str this
리턴 string

Url() 공개 정적인 메소드

public static Url ( this str, string url ) : string
str this
url string
리턴 string