FavURLFavURL
FavURL
指定要将与相关联的统一资源定位器 (URL) FavoriteItem。FavURL
specifies a Uniform Resource Locator (URL) to associate with a FavoriteItem.
值Values
UrlUrl |
指定的完全限定的路径的开头http://为每个 URL 前缀FavoriteItem。Specifies the fully qualified path that begins with the http:// prefix to the URL of each FavoriteItem. Url是一个字符串。Url is a string. |
此字符串类型不支持空元素。This string type does not support empty elements. 不要为此设置创建空值。Do not create an empty value for this setting.
有效配置阶段Valid Configuration Passes
专用化specialize
父层次结构Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | FavoritesList | FavoriteItem | FavURLMicrosoft-Windows-IE-InternetExplorer | FavoritesList | FavoriteItem | FavURL
适用于Applies To
有关受支持的 Windows 版本和体系结构,该组件支持的列表,请参阅Microsoft Windows IE InternetExplorer。For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
XML 示例XML Example
以下 XML 输出指定如何配置收藏夹。The following XML output specifies how to configure favorites.
<FavoritesList>
<FavoriteItem wcm:action="add">
<FavIconFile>C:\Windows\favlink1.ico</FavIconFile>
<FavID>Favorite1</FavID>
<FavOffLine>true</FavOffLine>
<FavTitle>My Favorite</FavTitle>
<FavURL>http://www.fabrikam.com/myfav1</FavURL>
</FavoriteItem>
<FavoriteItem wcm:action="add">
<FavIconFile> C:\Windows\favlink2.ico </FavIconFile>
<FavID>Favorite2</FavID>
<FavOffLine>true</FavOffLine>
<FavTitle>Favorite 2</FavTitle>
<FavURL>http://www.fabrikam.com/myfav2</FavURL>
</FavoriteItem>
</FavoritesList>