C# Class Eighty.AspNetCore.Mvc.ActionResults.HtmlResult

An IActionResult which renders some Html
Inheritance: IActionResult
Afficher le fichier Open project: benjamin-hodgson/Eighty

Méthodes publiques

Méthode Description
ExecuteResultAsync ( ActionContext context ) : Task
HtmlResult ( Html html, HttpStatusCode? statusCode = null, bool renderAsync = false ) : System

Creates an HtmlResult

Method Details

ExecuteResultAsync() public méthode

public ExecuteResultAsync ( ActionContext context ) : Task
context ActionContext
Résultat Task

HtmlResult() public méthode

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
Résultat System