OpenApiReferenceResolver(OpenApiDocument, Boolean) Constructor
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.
Initializes the OpenApiReferenceResolver class.
public OpenApiReferenceResolver (Microsoft.OpenApi.Models.OpenApiDocument currentDocument, bool resolveRemoteReferences = true);
new Microsoft.OpenApi.Services.OpenApiReferenceResolver : Microsoft.OpenApi.Models.OpenApiDocument * bool -> Microsoft.OpenApi.Services.OpenApiReferenceResolver
Public Sub New (currentDocument As OpenApiDocument, Optional resolveRemoteReferences As Boolean = true)
Parameters
- currentDocument
- OpenApiDocument
- resolveRemoteReferences
- Boolean