SwashbuckleEx.Core

SwaggerUI WebApi Document,Base in SashbuckleEx,Added Search Api Name And Added Sinicization,Using CacheInfo


Keywords
Swashbuckle, WebApi, Swagger, document
Install
Install-Package SwashbuckleEx.Core -Version 1.1.3

Documentation

SwashbuckleEx

SwashbuckleEx is Modify SwaggerUI Info

How To Use?

You should set Web.config

<system.webServer>
	<modules runAllManagedModulesForAllRequests="true">
		<remove name="WebDAVModule" />
	</modules>
	<handlers>
		<remove name="ExtensionlessUrlHandler-Integrated-4.0"/>
		<remove name="OPTIONSVerbHandler"/>
		<remove name="TRACEVerbHandler"/>
		<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler"
		preCondition="integratedMode,runtimeVersionv4.0"/>
	</handlers>
</system.webServer>