C# 클래스 Sitecore.Modules.WeBlog.Mvc.Controllers.BlogRecentCommentsController

상속: BlogBaseController
파일 보기 프로젝트 열기: WeTeam/WeBlog

공개 메소드들

메소드 설명
BlogRecentCommentsController ( ) : System.Collections.Generic
BlogRecentCommentsController ( IRecentCommentsCore recentCommentsCore ) : System.Collections.Generic
Index ( ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
GetModel ( ) : IEnumerable

메소드 상세

BlogRecentCommentsController() 공개 메소드

public BlogRecentCommentsController ( ) : System.Collections.Generic
리턴 System.Collections.Generic

BlogRecentCommentsController() 공개 메소드

public BlogRecentCommentsController ( IRecentCommentsCore recentCommentsCore ) : System.Collections.Generic
recentCommentsCore IRecentCommentsCore
리턴 System.Collections.Generic

GetModel() 보호된 메소드

protected GetModel ( ) : IEnumerable
리턴 IEnumerable

Index() 공개 메소드

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