C# Class BF2Statistics.Web.Bf2Stats.IndexController

Inheritance: Controller
Afficher le fichier Open project: BF2Statistics/ControlCenter

Protected Properties

Свойство Type Description
Model IndexModel

Méthodes publiques

Méthode Description
HandleRequest ( MvcRoute Route ) : void
IndexController ( HttpClient Client ) : System

Private Methods

Méthode Description
GetOnlineStatus ( int Pid ) : string

Method Details

HandleRequest() public méthode

public HandleRequest ( MvcRoute Route ) : void
Route MvcRoute
Résultat void

IndexController() public méthode

public IndexController ( HttpClient Client ) : System
Client HttpClient
Résultat System

Property Details

Model protected_oe property

Our Model, which holds the variables to be used in the View
protected IndexModel,BF2Statistics.Web.Bf2Stats Model
Résultat IndexModel