C# 클래스 SimpleMvcSitemap.SitemapNode

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

Private Properties

프로퍼티 타입 설명
SitemapNode System

공개 메소드들

메소드 설명
ShouldSerializeChangeFrequency ( ) : bool

Used for not serializing null values.

ShouldSerializeLastModificationDate ( ) : bool

Used for not serializing null values.

ShouldSerializePriority ( ) : bool

Used for not serializing null values.

SitemapNode ( string url ) : System

Creates a sitemap node

비공개 메소드들

메소드 설명
SitemapNode ( ) : System

메소드 상세

ShouldSerializeChangeFrequency() 공개 메소드

Used for not serializing null values.
public ShouldSerializeChangeFrequency ( ) : bool
리턴 bool

ShouldSerializeLastModificationDate() 공개 메소드

Used for not serializing null values.
public ShouldSerializeLastModificationDate ( ) : bool
리턴 bool

ShouldSerializePriority() 공개 메소드

Used for not serializing null values.
public ShouldSerializePriority ( ) : bool
리턴 bool

SitemapNode() 공개 메소드

Creates a sitemap node
public SitemapNode ( string url ) : System
url string Specifies the URL. For images and video, specifies the landing page (aka play page).
리턴 System