uap4:DevicePortalProvider

定义用于部署的设备门户提供程序。 有关实现的更多详细信息,请参阅 为 Device Portal 编写自定义插件

元素层次结构

<包>

    <应用程序>

         <应用程序>

              <扩展>

                   <uap4:Extension>

                        <uap4:DevicePortalProvider>

语法

<uap4:DevicePortalProvider
  DisplayName = 'A string with a value between 1 and 256 characters in length. This string is localizable.'
  AppServiceName = 'A string with a value between 2 and 39 characters in length that consists of alphanumeric characters, periods (except for the first character), and dashes only.'
  ContentRoute = 'An optional string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
  HandlerRoute = 'An optional string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.' />            

密钥

? 可选 (零个或一个)

特性和元素

属性

属性 说明 数据类型 必须 默认值
DisplayName 设备门户提供程序的友好显示名称。 一个字符串,其值长度介于 1 到 256 个字符之间。 此字符串可本地化。
AppServiceName 用于启动设备门户提供程序的应用服务的名称。 一个字符串,其值长度介于 2 到 39 个字符之间,由字母数字、句点 ((第一个字符) 除外)和仅短划线字符组成。
ContentRoute 用于 (JavaScript、HTML 和 CSS) 声明 HTTP 内容的路由,例如 /foo 一个可选字符串,其值长度在 1 到 32767 个字符之间,开头和结尾处有一个非空格字符。
HandlerRoute 提供程序请求的 API 命名空间,例如 /foo/bar。 任何成功的 HTTP 请求都将发送到提供程序进行处理。 一个可选字符串,其值长度在 1 到 32767 个字符之间,开头和结尾处有一个非空格字符。

子元素

无。

父元素

父元素 描述
uap4:Extension 声明应用的扩展点。

注解

此扩展需要 devicePortalProvider 受限功能以及 privateNetworkClientServerinternetClientServer 功能。

注意

ContentRouteHandlerRoute 不需要一起提供。

要求

Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/4
Minimum OS Version Windows 10版本 1703 (内部版本 15063)