C# Class Castle.MonoRail.Framework.Configuration.DefaultUrl

Represents a url mapping
Inheritance: ISerializedConfig
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
DefaultUrl ( ) : System

Initializes a new instance of the DefaultUrl class.

DefaultUrl ( string url, string controller, string action, string area ) : System

Initializes a new instance of the DefaultUrl class.

Deserialize ( XmlNode section ) : void

Deserializes the specified section.

Method Details

DefaultUrl() public method

Initializes a new instance of the DefaultUrl class.
public DefaultUrl ( ) : System
return System

DefaultUrl() public method

Initializes a new instance of the DefaultUrl class.
public DefaultUrl ( string url, string controller, string action, string area ) : System
url string The URL.
controller string The controller.
action string The action.
area string The area.
return System

Deserialize() public method

Deserializes the specified section.
public Deserialize ( XmlNode section ) : void
section System.Xml.XmlNode The section.
return void