언어

OpenApiDocumentTransformerContext.DocumentName 속성

정의

연결된 OpenAPI 문서의 이름을 가져옵니다.

public string DocumentName { get; init; }
member this.DocumentName : string with get, set
Public Property DocumentName As String

속성 값

설명

이는 서비스 등록 중에 AddOpenApi 를 호출할 때 제공된 문서 이름에 해당합니다. 기본 문서 이름은 .입니다 "v1".

적용 대상