C# Class NuGet.Gallery.Staging.Web.Controllers.StageController

Inheritance: NuGet.Gallery.Staging.Web.Code.Mvc.BaseController
显示文件 Open project: NuGet/Entropy

Public Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Delete ( string id ) : System.Web.Mvc.ActionResult
Details ( string id ) : Task
Index ( ) : Task
StageController ( ) : System.Configuration

Private Methods

Method Description
Create ( CreateStageViewModel model ) : Task
Delete_Post ( string id ) : Task

Method Details

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Delete() public method

public Delete ( string id ) : System.Web.Mvc.ActionResult
id string
return System.Web.Mvc.ActionResult

Details() public method

public Details ( string id ) : Task
id string
return Task

Index() public method

public Index ( ) : Task
return Task

StageController() public method

public StageController ( ) : System.Configuration
return System.Configuration