C# 클래스 NuGet.Gallery.Staging.Web.Controllers.StageController

상속: NuGet.Gallery.Staging.Web.Code.Mvc.BaseController
파일 보기 프로젝트 열기: NuGet/Entropy

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Delete ( string id ) : System.Web.Mvc.ActionResult
Details ( string id ) : Task
Index ( ) : Task
StageController ( ) : System.Configuration

비공개 메소드들

메소드 설명
Create ( CreateStageViewModel model ) : Task
Delete_Post ( string id ) : Task

메소드 상세

Create() 공개 메소드

public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Delete() 공개 메소드

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

Details() 공개 메소드

public Details ( string id ) : Task
id string
리턴 Task

Index() 공개 메소드

public Index ( ) : Task
리턴 Task

StageController() 공개 메소드

public StageController ( ) : System.Configuration
리턴 System.Configuration