C# Class Sage.Configuration.LinkInfo

Represents a Link Pattern, for constructing internal and external Urls.
ファイルを表示 Open project: igorfrance/sage

Public Methods

Method Description
LinkInfo ( XmlElement configNode ) : System.Web.Hosting

Initializes a new instance of the LinkInfo structure.

ToString ( ) : string

Method Details

LinkInfo() public method

Initializes a new instance of the LinkInfo structure.
public LinkInfo ( XmlElement configNode ) : System.Web.Hosting
configNode System.Xml.XmlElement The configuration XML element that represents this link.
return System.Web.Hosting

ToString() public method

public ToString ( ) : string
return string