C# Класс Swagger.Net.SwaggerController

Наследование: ApiController
Показать файл Открыть проект

Открытые методы

Метод Описание
Get ( ) : HttpResponseMessage

Get the resource description of the api for swagger documentation

It is very convenient to have this information available for generating clients. This is the entry point for the swagger UI

Описание методов

Get() публичный Метод

Get the resource description of the api for swagger documentation
It is very convenient to have this information available for generating clients. This is the entry point for the swagger UI
public Get ( ) : HttpResponseMessage
Результат System.Net.Http.HttpResponseMessage