SwaggerGenOptionsExtensionsIncludeXmlCommentsWithRemarks(SwaggerGenOptions, FuncXPathDocument, Boolean, FuncType) - метод

Inject human-friendly descriptions for Operations, Parameters and Schemas based on XML Comment files (from summary and remarks).

Definition

Пространство имён: Tessa.Web.Unchase.Swashbuckle.Extensions
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.5
C#
public static SwaggerGenOptions IncludeXmlCommentsWithRemarks(
	this SwaggerGenOptions swaggerGenOptions,
	Func<XPathDocument> xmlDocFactory,
	bool includeControllerXmlComments = false,
	Func<Type[]>? excludedTypesFunc = null
)

Параметры

swaggerGenOptions  SwaggerGenOptions
SwaggerGenOptions.
xmlDocFactory  FuncXPathDocument
A factory method that returns XML Comments as an XPathDocument.
includeControllerXmlComments  Boolean  (Optional)
Flag to indicate if controller XML comments (i.e. summary) should be used to assign Tag descriptions. Don't set this flag if you're customizing the default tag for operations via TagActionsBy.
excludedTypesFunc  FuncType  (Optional)
Func for excluding types.

Возвращаемое значение

SwaggerGenOptions

Примечание об использовании

В Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа SwaggerGenOptions. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе Методы расширения (Visual Basic) или Методы расширения (Руководство по программированию в C#).

См. также