• Returns the URI for the specified tag type.

    Parameters

    • type: TagTypes

      The type of tag to get the URI for. (except 'type' type)

    • OptionalstartsWith: StartingCharacter

      The starting character for the tag URI. Note: startsWith is required for non-language types.

    Returns string

    • The URI for the specified tag type.
    • Throws an error if the type is invalid or if startsWith is not provided for non-language types.