C# 클래스 ContentSerialization.Controllers.ItemController.NotFoundWithMessageResult

상속: IHttpActionResult
파일 보기 프로젝트 열기: Sylapse/Orchard.ContentSerialization

공개 메소드들

메소드 설명
ExecuteAsync ( CancellationToken cancellationToken ) : Task
NotFoundWithMessageResult ( string message ) : Orchard

메소드 상세

ExecuteAsync() 공개 메소드

public ExecuteAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task

NotFoundWithMessageResult() 공개 메소드

public NotFoundWithMessageResult ( string message ) : Orchard
message string
리턴 Orchard