C# Class BF2Statistics.Web.MvcRoute

Mostrar archivo 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_oe property

Gets or Sets the Action Method
public string Action
return string

Controller public_oe property

Gets or Sets the Controller
public string Controller
return string

Params public_oe property

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

SplitChar protected_oe static_oe property

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