Compartilhar via


SwaggerController.GetSwaggerDocumentAsync Método

Definição

[System.Web.Http.HttpGet]
[System.Web.Http.Route("admin/host/swagger")]
public System.Threading.Tasks.Task<System.Web.Http.IHttpActionResult> GetSwaggerDocumentAsync ();
[<System.Web.Http.HttpGet>]
[<System.Web.Http.Route("admin/host/swagger")>]
member this.GetSwaggerDocumentAsync : unit -> System.Threading.Tasks.Task<System.Web.Http.IHttpActionResult>
Public Function GetSwaggerDocumentAsync () As Task(Of IHttpActionResult)

Retornos

Task<System.Web.Http.IHttpActionResult>
Atributos
System.Web.Http.HttpGetAttribute System.Web.Http.RouteAttribute

Aplica-se a