C# 클래스 Umbraco.Belle.Controllers.ContentEditorApiController

상속: Umbraco.Web.WebApi.UmbracoApiController
파일 보기 프로젝트 열기: umbraco/Belle

공개 메소드들

메소드 설명
GetContent ( int id ) : object

Gets the content json for the content id

보호된 메소드들

메소드 설명
Initialize ( global controllerContext ) : void

Remove the xml formatter... only support JSON!

비공개 메소드들

메소드 설명
PostSaveContent ( [ contentItem ) : HttpResponseMessage

메소드 상세

GetContent() 공개 메소드

Gets the content json for the content id
public GetContent ( int id ) : object
id int
리턴 object

Initialize() 보호된 메소드

Remove the xml formatter... only support JSON!
protected Initialize ( global controllerContext ) : void
controllerContext global
리턴 void