Edit

Share via


uap:Url (Windows 10)

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>
            └─ <uap:Extension>
               └─ <uap:WebAccountProvider>
                  └─ <uap:ManagedUrls>
                     └─ <uap:Url>

Syntax

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

Attributes and elements

Attributes

None.

Child elements

None.

Parent elements

Parent element Description
uap: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
Minimum OS Version Windows 10 version 1511 (Build 10586)