C# 클래스 BF2Statistics.Web.Bf2Stats.SearchController

상속: Controller
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

보호된 프로퍼티들

프로퍼티 타입 설명
Model SearchModel

공개 메소드들

메소드 설명
HandleRequest ( MvcRoute Route ) : void
SearchController ( HttpClient Client ) : System

메소드 상세

HandleRequest() 공개 메소드

public HandleRequest ( MvcRoute Route ) : void
Route MvcRoute
리턴 void

SearchController() 공개 메소드

public SearchController ( HttpClient Client ) : System
Client HttpClient
리턴 System

프로퍼티 상세

Model 보호되어 있는 프로퍼티

Our Model, which holds the variables to be used in the View
protected SearchModel,BF2Statistics.Web.Bf2Stats Model
리턴 SearchModel