C# 클래스 SimpleMvcSitemap.SitemapModel

상속: IXmlNamespaceProvider, IHasStyleSheets
파일 보기 프로젝트 열기: uhaciogullari/SimpleMvcSitemap 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SitemapModel System.Collections.Generic

공개 메소드들

메소드 설명
GetNamespaces ( ) : IEnumerable
SitemapModel ( List nodes ) : System.Collections.Generic

Initializes a new instance of the SitemapModel class.

비공개 메소드들

메소드 설명
SitemapModel ( ) : System.Collections.Generic

메소드 상세

GetNamespaces() 공개 메소드

public GetNamespaces ( ) : IEnumerable
리턴 IEnumerable

SitemapModel() 공개 메소드

Initializes a new instance of the SitemapModel class.
public SitemapModel ( List nodes ) : System.Collections.Generic
nodes List Sitemap nodes.
리턴 System.Collections.Generic