Partager via


SwaggerController.GetSwaggerDocumentAsync Méthode

Définition

[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)

Retours

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

S’applique à