C# Класс BF2Statistics.Web.MvcRoute

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Action string
Controller string
Params string[]

Защищенные свойства (Protected)

Свойство Тип Описание
SplitChar char[]

Открытые методы

Метод Описание
MvcRoute ( string DocumentPath ) : System

Creates a new instance of MvcRoute

Описание методов

MvcRoute() публичный Метод

Creates a new instance of MvcRoute
public MvcRoute ( string DocumentPath ) : System
DocumentPath string
Результат System

Описание свойств

Action публичное свойство

Gets or Sets the Action Method
public string Action
Результат string

Controller публичное свойство

Gets or Sets the Controller
public string Controller
Результат string

Params публичное свойство

Gets or Sets the additional paramenters for the Action
public string[] Params
Результат string[]

SplitChar защищенное статическое свойство

The characters used to split the document path into parts
protected static char[] SplitChar
Результат char[]