C# 클래스 PhotoSharingApplication.Controllers.CommentController

상속: Controller
파일 보기 프로젝트 열기: lindhardt/04-asp.net-mvc

공개 메소드들

메소드 설명
CommentController ( ) : System
CommentController ( IPhotoSharingContext Context ) : System
Delete ( int id ) : ActionResult

비공개 메소드들

메소드 설명
DeleteConfirmed ( int id ) : ActionResult

메소드 상세

CommentController() 공개 메소드

public CommentController ( ) : System
리턴 System

CommentController() 공개 메소드

public CommentController ( IPhotoSharingContext Context ) : System
Context IPhotoSharingContext
리턴 System

Delete() 공개 메소드

public Delete ( int id ) : ActionResult
id int
리턴 ActionResult