C# Class BF2Statistics.Web.MvcRoute

Show file Open project: BF2Statistics/ControlCenter Class Usage Examples

Public Properties

Property Type Description
Action string
Controller string
Params string[]

Protected Properties

Property Type Description
SplitChar char[]

Public Methods

Method Description
MvcRoute ( string DocumentPath ) : System

Creates a new instance of MvcRoute

Method Details

MvcRoute() public method

Creates a new instance of MvcRoute
public MvcRoute ( string DocumentPath ) : System
DocumentPath string
return System

Property Details

Action public property

Gets or Sets the Action Method
public string Action
return string

Controller public property

Gets or Sets the Controller
public string Controller
return string

Params public property

Gets or Sets the additional paramenters for the Action
public string[] Params
return string[]

SplitChar protected static property

The characters used to split the document path into parts
protected static char[] SplitChar
return char[]