OpenApiDocDescriptor.ContainsTag method

Determines whether the OpenAPI document contains a tag with the specified name.

public bool ContainsTag(string name)
parameter description
name The name of the tag to check for existence.

Return Value

True if the tag exists; otherwise, false.

See Also