共用方式為


SwaggerController Class

Definition

[Microsoft.Azure.WebJobs.Script.WebHost.Filters.SystemAuthorizationLevel("swaggerdocumentationkey")]
public class SwaggerController : System.Web.Http.ApiController
[<Microsoft.Azure.WebJobs.Script.WebHost.Filters.SystemAuthorizationLevel("swaggerdocumentationkey")>]
type SwaggerController = class
    inherit ApiController
Public Class SwaggerController
Inherits ApiController
Inheritance
SwaggerController
Attributes

Constructors

SwaggerController(ISwaggerDocumentManager, WebScriptHostManager, TraceWriter, ILoggerFactory)

Methods

AddOrUpdateSwaggerDocumentAsync(JObject)
DeleteSwaggerDocumentAsync()
GetGeneratedSwaggerDocument()
GetSwaggerDocumentAsync()

Applies to