C# 클래스 Castle.MonoRail.Framework.Configuration.DefaultUrl

Represents a url mapping
상속: ISerializedConfig
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

DefaultUrl() 공개 메소드

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

DefaultUrl() 공개 메소드

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.
리턴 System

Deserialize() 공개 메소드

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