C# Class RazorMail.Parsers.HtmlAgilityPackParser

Inheritance: IParser
Afficher le fichier Open project: wduffy/RazorMail Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BaseUrls ( string html ) : string
HtmlAgilityPackParser ( Uri uri ) : System
StripHtml ( string html ) : string

Méthodes protégées

Méthode Description
AppendBrToBlockElements ( HtmlNode root ) : void
AppendTableDividers ( HtmlNode root ) : void
RemoveUnwantedElements ( HtmlNode root ) : void
RemoveWhitespace ( HtmlNode root ) : void
ReplaceBrElements ( HtmlNode root ) : void
ReplaceHrefElements ( HtmlNode root ) : void

Method Details

AppendBrToBlockElements() protected méthode

protected AppendBrToBlockElements ( HtmlNode root ) : void
root HtmlAgilityPack.HtmlNode
Résultat void

AppendTableDividers() protected méthode

protected AppendTableDividers ( HtmlNode root ) : void
root HtmlAgilityPack.HtmlNode
Résultat void

BaseUrls() public méthode

public BaseUrls ( string html ) : string
html string
Résultat string

HtmlAgilityPackParser() public méthode

public HtmlAgilityPackParser ( Uri uri ) : System
uri System.Uri
Résultat System

RemoveUnwantedElements() protected méthode

protected RemoveUnwantedElements ( HtmlNode root ) : void
root HtmlAgilityPack.HtmlNode
Résultat void

RemoveWhitespace() protected méthode

protected RemoveWhitespace ( HtmlNode root ) : void
root HtmlAgilityPack.HtmlNode
Résultat void

ReplaceBrElements() protected méthode

protected ReplaceBrElements ( HtmlNode root ) : void
root HtmlAgilityPack.HtmlNode
Résultat void

ReplaceHrefElements() protected méthode

protected ReplaceHrefElements ( HtmlNode root ) : void
root HtmlAgilityPack.HtmlNode
Résultat void

StripHtml() public méthode

public StripHtml ( string html ) : string
html string
Résultat string