URLComponents

From TealiumPrismCore:
extension URLComponents: URLConvertible
  • asUrl() From TealiumPrismCore

    Converts these URL components to a URL.

    Throws

    An error if the conversion fails.

    Declaration

    Swift

    public func asUrl() throws -> URL

    Return Value

    The URL representation.