C# 클래스 X.Web.Sitemap.SitemapInfo

파일 보기 프로젝트 열기: ernado-x/X.Web.Sitemap

Private Properties

프로퍼티 타입 설명
SitemapInfo System

공개 메소드들

메소드 설명
SitemapInfo ( Uri absolutePathToSitemap, System.DateTime dateSitemapLastModified = null ) : System

Creates a SitemapInfo object which serializes to the "sitemap" element of a sitemap index file: https://www.sitemaps.org/protocol.html#index

비공개 메소드들

메소드 설명
SitemapInfo ( ) : System

메소드 상세

SitemapInfo() 공개 메소드

Creates a SitemapInfo object which serializes to the "sitemap" element of a sitemap index file: https://www.sitemaps.org/protocol.html#index
public SitemapInfo ( Uri absolutePathToSitemap, System.DateTime dateSitemapLastModified = null ) : System
absolutePathToSitemap System.Uri The full path to the sitemap (e.g. https://www.somewebsite.com/sitemaps/sitemap1.xml). Serializes to the "loc" element.
dateSitemapLastModified System.DateTime The date the sitemap was last modified/created. Serializes to the "lostmod" element.
리턴 System