Show / Hide Table of Contents

Class AbpSwaggerUIBuilderExtensions

Inheritance
System.Object
AbpSwaggerUIBuilderExtensions
Namespace: Microsoft.AspNetCore.Builder
Assembly: Volo.Abp.Swashbuckle.dll
Syntax
public static class AbpSwaggerUIBuilderExtensions : object

Methods

UseAbpSwaggerUI(IApplicationBuilder, Action<SwaggerUIOptions>)

Declaration
public static IApplicationBuilder UseAbpSwaggerUI(this IApplicationBuilder app, Action<SwaggerUIOptions> setupAction = null)
Parameters
Type Name Description
IApplicationBuilder app
Action<SwaggerUIOptions> setupAction
Returns
Type Description
IApplicationBuilder
Back to top Powered by Volosoft