C# Class BVNetwork.NotFound.Core.CustomRedirects.RedirectsXmlParser

Class for reading and writing to the custom redirects file
Afficher le fichier Open project: BVNetwork/404handler Class Usage Examples

Méthodes publiques

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

Method Details

Export() public méthode

public Export ( List redirects ) : XmlDocument
redirects List
Résultat System.Xml.XmlDocument

Load() public méthode

Parses the xml file and reads all redirects.
public Load ( ) : BVNetwork.NotFound.Core.CustomRedirects.CustomRedirectCollection
Résultat BVNetwork.NotFound.Core.CustomRedirects.CustomRedirectCollection

RedirectsXmlParser() public méthode

public RedirectsXmlParser ( ) : System.Collections.Generic
Résultat System.Collections.Generic

RedirectsXmlParser() public méthode

Reads the custom redirects information from the specified xml file
public RedirectsXmlParser ( Stream xmlContent ) : System.Collections.Generic
xmlContent System.IO.Stream
Résultat System.Collections.Generic