C# 클래스 SimpleMvcSitemap.SitemapIndexNode

파일 보기 프로젝트 열기: uhaciogullari/SimpleMvcSitemap 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SitemapIndexNode System

공개 메소드들

메소드 설명
ShouldSerializeLastModificationDate ( ) : bool

Provides the base URL for converting relative URLs to absolute ones

SitemapIndexNode ( string url ) : System

Initializes a new instance of the SitemapIndexNode class.

비공개 메소드들

메소드 설명
SitemapIndexNode ( ) : System

메소드 상세

ShouldSerializeLastModificationDate() 공개 메소드

Provides the base URL for converting relative URLs to absolute ones
public ShouldSerializeLastModificationDate ( ) : bool
리턴 bool

SitemapIndexNode() 공개 메소드

Initializes a new instance of the SitemapIndexNode class.
public SitemapIndexNode ( string url ) : System
url string The URL.
리턴 System