Edit

Share via


uap2:Url

Specifies a URL to which a plugin may send cookies. Need only be a valid URI; not necessarily a URL.

Element hierarchy

<Package>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <uap2:Extension>
               └─ <uap2:WebAccountProvider>
                  └─ <uap2:ManagedUrls>
                     └─ <UAP2:Url>

Syntax

<uap2:Url>
  A string with a value between 1 and 32767 characters in length in the form of a valid web url.
</uap2:Url>

Attributes and elements

Attributes

None.

Child elements

None.

Parent elements

Parent element Description
uap2:ManagedUrls Provides support for multiple URLs. Allows plugins to specify multiple URLs to which they may send cookies.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/2
Minimum OS Version Windows 10 version 1511 (Build 10586)