The SiteMap type exposes the following members.

Methods

  Name Description
Public method Static member CalculateFrequency
Calculates change frequency.
Public method GetSiteUrlCollection
Constructs a collection of URLs from the site. By default, MonoX includes blog and page URLs.
Protected method HandleRequest
Process request generates individual links for the sitemap XML file. By default it only uses pages that are visible in the navigation hierarchy (NavigationEntity).
(Overrides BaseHttpHandler..::..HandleRequest(HttpContext).)
Protected method OnGetAlbumUrls
Raised when get album urls is executed.
Protected method OnGetBlogCategoryUrls
Raised when get blog category urls is executed.
Protected method OnGetBlogPostUrls
Raised when get blog post urls is executed.
Protected method OnGetBlogTagUrls
Raised when get blog tag urls is executed.
Protected method OnGetBlogUrls
Raised when get blog urls is executed.
Protected method OnGetDiscussionBoardUrls
Raised when get discussion board urls is executed.
Protected method OnGetNavigationUrls
Raised when get navigation urls is executed.
Protected method OnGetUserProfileUrls
Raised when get user profile urls is executed.
Public method RenderSitemapIndex
Renders sitemap index if there are too many URLs for a single sitemap file.
Public method RenderSitemapXml
Renders sitemap XML.
Public method ValidateParameters (Overrides BaseHttpHandler..::..ValidateParameters(HttpContext).)

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

See Also