C# Класс UniversalMarkdown.Parse.Elements.MarkdownLinkInline

Наследование: MarkdownInline
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MarkdownLinkInline ( ) : System

Initializes a new markdown link.

ResolveReference ( MarkdownDocument document ) : void

If this is a reference-style link, attempts to converts it to a regular link.

ToString ( ) : string

Converts the object into it's textual representation.

Приватные методы

Метод Описание
AddTripChars ( List tripCharHelpers ) : void

Returns the chars that if found means we might have a match.

IsUrlValid ( string url ) : bool

Checks if the given URL is allowed in a markdown link.

Parse ( string markdown, int start, int maxEnd ) : Common.InlineParseResult

Attempts to parse a markdown link e.g. "[](http://www.reddit.com)".

Описание методов

MarkdownLinkInline() публичный Метод

Initializes a new markdown link.
public MarkdownLinkInline ( ) : System
Результат System

ResolveReference() публичный Метод

If this is a reference-style link, attempts to converts it to a regular link.
public ResolveReference ( MarkdownDocument document ) : void
document MarkdownDocument The document containing the list of references.
Результат void

ToString() публичный Метод

Converts the object into it's textual representation.
public ToString ( ) : string
Результат string