C# 클래스 Rebel.Cms.Web.ViewContextExtensions

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
CopyWithModel ( this vc, object model ) : System.Web.Mvc.ViewContext

Creates a new ViewContext from an existing one but specifies a new Model for the ViewData

메소드 상세

CopyWithModel() 공개 정적인 메소드

Creates a new ViewContext from an existing one but specifies a new Model for the ViewData
public static CopyWithModel ( this vc, object model ) : System.Web.Mvc.ViewContext
vc this
model object
리턴 System.Web.Mvc.ViewContext