C# Class url, dasblog

Inheritance: System.Web.UI.Page
Show file Open project: AArnott/dasblog Class Usage Examples

Public Properties

Property Type Description
changefreq changefreq
priority System.Decimal

Private Properties

Property Type Description

Public Methods

Method Description
url ( ) : System
url ( string locIn, DateTime lastmodIn, changefreq freqIn, Decimal priorityIn ) : System

Method Details

url() public method

public url ( ) : System
return System

url() public method

public url ( string locIn, DateTime lastmodIn, changefreq freqIn, Decimal priorityIn ) : System
locIn string
lastmodIn DateTime
freqIn changefreq
priorityIn Decimal
return System

Property Details

changefreq public property

public changefreq changefreq
return changefreq

priority public property

public Decimal,System priority
return System.Decimal