C# Class BF2Statistics.Web.Bf2Stats.IndexController

Inheritance: Controller
Show file Open project: BF2Statistics/ControlCenter

Protected Properties

Property Type Description
Model IndexModel

Public Methods

Method Description
HandleRequest ( MvcRoute Route ) : void
IndexController ( HttpClient Client ) : System

Private Methods

Method Description
GetOnlineStatus ( int Pid ) : string

Method Details

HandleRequest() public method

public HandleRequest ( MvcRoute Route ) : void
Route MvcRoute
return void

IndexController() public method

public IndexController ( HttpClient Client ) : System
Client HttpClient
return System

Property Details

Model protected property

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