C# 클래스 BVNetwork.NotFound.Core.CustomRedirects.RedirectsXmlParser

Class for reading and writing to the custom redirects file
파일 보기 프로젝트 열기: BVNetwork/404handler 1 사용 예제들

공개 메소드들

메소드 설명
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