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 ( |
Deserializes the specified section.
|
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 |
public Deserialize ( |
||
section | The section. | |
return | void |