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

Inheritance: NuGet.Gallery.Staging.Web.Code.Mvc.BaseController
Afficher le fichier Open project: NuGet/Entropy

Méthodes publiques

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

Private Methods

Méthode Description
Create ( CreateStageViewModel model ) : Task
Delete_Post ( string id ) : Task

Method Details

Create() public méthode

public Create ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Delete() public méthode

public Delete ( string id ) : System.Web.Mvc.ActionResult
id string
Résultat System.Web.Mvc.ActionResult

Details() public méthode

public Details ( string id ) : Task
id string
Résultat Task

Index() public méthode

public Index ( ) : Task
Résultat Task

StageController() public méthode

public StageController ( ) : System.Configuration
Résultat System.Configuration