C# 클래스 Guidelines.WebUI.ActionResults.DynamicView

Naively dynamically changes output based on content-type request header. Only necessary until ASP.net MVC 4, as this will be obsolete by that point.
Protects against JSON hijacking, see http://haacked.com/archive/2009/06/25/json-hijacking.aspx for more info.
상속: System.Web.Mvc.ActionResult
파일 보기 프로젝트 열기: basicdays/Guidelines

공개 메소드들

메소드 설명
DynamicView ( object model ) : System.Collections
ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void

메소드 상세

DynamicView() 공개 메소드

public DynamicView ( object model ) : System.Collections
model object
리턴 System.Collections

ExecuteResult() 공개 메소드

public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
context System.Web.Mvc.ControllerContext
리턴 void