C# Class BF2Statistics.Web.Bf2Stats.SearchController

Inheritance: Controller
Show file Open project: BF2Statistics/ControlCenter

Protected Properties

Property Type Description
Model SearchModel

Public Methods

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

Method Details

HandleRequest() public method

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

SearchController() public method

public SearchController ( 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 SearchModel,BF2Statistics.Web.Bf2Stats Model
return SearchModel