OpenApiDocumentTransformerContext.DocumentName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of the associated OpenAPI document.
public string DocumentName { get; init; }
member this.DocumentName : string with get, set
Public Property DocumentName As String
Property Value
Remarks
This corresponds to the document name provided when calling AddOpenApi during service registration. The default document name is "v1".