C# Class vlko.core.Base.DynamicRoutesResult

Mostra file Open project: vlko/vlko Class Usage Examples

Public Methods

Method Description
Add ( string key, object value ) : void

Adds the specified key with value to RouteValues.

DynamicRoutesResult ( ) : System.Web.Routing

Initializes a new instance of the DynamicRoutesResult class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

Add() public method

Adds the specified key with value to RouteValues.
public Add ( string key, object value ) : void
key string The key.
value object The value.
return void

DynamicRoutesResult() public method

Initializes a new instance of the DynamicRoutesResult class.
public DynamicRoutesResult ( ) : System.Web.Routing
return System.Web.Routing

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string