C# Класс SimpleMvcSitemap.SitemapIndexNode

Показать файл Открыть проект Примеры использования класса

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