C# Класс Halcyon.Web.HAL.HALResponseExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
AddSelfLink ( this response, System.Net.HttpRequest request ) : HALResponse
AddSelfLinkIfNotExists ( this response, System.Net.HttpRequest request ) : HALResponse
ToActionResult ( this model, ControllerBase controller, HttpStatusCode statusCode = HttpStatusCode.OK ) : IActionResult

Описание методов

AddSelfLink() публичный статический Метод

public static AddSelfLink ( this response, System.Net.HttpRequest request ) : HALResponse
response this
request System.Net.HttpRequest
Результат Halcyon.HAL.HALResponse

AddSelfLinkIfNotExists() публичный статический Метод

public static AddSelfLinkIfNotExists ( this response, System.Net.HttpRequest request ) : HALResponse
response this
request System.Net.HttpRequest
Результат Halcyon.HAL.HALResponse

ToActionResult() публичный статический Метод

public static ToActionResult ( this model, ControllerBase controller, HttpStatusCode statusCode = HttpStatusCode.OK ) : IActionResult
model this
controller ControllerBase
statusCode HttpStatusCode
Результат IActionResult