C# 클래스 Eighty.AspNetCore.Mvc.ActionResults.HtmlResult

An IActionResult which renders some Html
상속: IActionResult
파일 보기 프로젝트 열기: benjamin-hodgson/Eighty

공개 메소드들

메소드 설명
ExecuteResultAsync ( ActionContext context ) : Task
HtmlResult ( Html html, HttpStatusCode? statusCode = null, bool renderAsync = false ) : System

Creates an HtmlResult

메소드 상세

ExecuteResultAsync() 공개 메소드

public ExecuteResultAsync ( ActionContext context ) : Task
context ActionContext
리턴 Task

HtmlResult() 공개 메소드

Creates an HtmlResult
public HtmlResult ( Html html, HttpStatusCode? statusCode = null, bool renderAsync = false ) : System
html Html The
statusCode HttpStatusCode? A custom status code
renderAsync bool Render the HTML into the response asynchronously
리턴 System