C# Class Localization.Showcase.Web.Controllers.FriendsController

Inheritance: Controller
ファイルを表示 Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
FriendsController ( ) : System
Index ( FriendsChooseModel model ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
Initialize ( System requestContext ) : void

Method Details

FriendsController() public method

public FriendsController ( ) : System
return System

Index() public method

public Index ( FriendsChooseModel model ) : System.Web.Mvc.ActionResult
model Localization.Showcase.Web.Models.FriendsChooseModel
return System.Web.Mvc.ActionResult

Initialize() protected method

protected Initialize ( System requestContext ) : void
requestContext System
return void