C# Класс BVNetwork.NotFound.Core.CustomRedirects.RedirectsXmlParser

Class for reading and writing to the custom redirects file
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Export ( List redirects ) : XmlDocument
Load ( ) : BVNetwork.NotFound.Core.CustomRedirects.CustomRedirectCollection

Parses the xml file and reads all redirects.

RedirectsXmlParser ( ) : System.Collections.Generic
RedirectsXmlParser ( Stream xmlContent ) : System.Collections.Generic

Reads the custom redirects information from the specified xml file

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

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

public Export ( List redirects ) : XmlDocument
redirects List
Результат System.Xml.XmlDocument

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

Parses the xml file and reads all redirects.
public Load ( ) : BVNetwork.NotFound.Core.CustomRedirects.CustomRedirectCollection
Результат BVNetwork.NotFound.Core.CustomRedirects.CustomRedirectCollection

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

public RedirectsXmlParser ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

Reads the custom redirects information from the specified xml file
public RedirectsXmlParser ( Stream xmlContent ) : System.Collections.Generic
xmlContent System.IO.Stream
Результат System.Collections.Generic