Condividi tramite


FeedURL

FeedURL specifica l'URL di un oggetto FeedItem.

Valori

Feed_URL

Specifica l'URL dell'elemento del feed. Feed_URL è una stringa.

Questi tipo di stringa non supporta elementi vuoti. Non creare un valore vuoto per questa impostazione.

Gerarchia padre

Microsoft-Windows-IE-InternetExplorer | FeedList | FeedItem | FeedURL

Passaggi di configurazione validi

specialize

Si applica a

Per un elenco delle edizioni e delle architetture di Windows supportate da questo componente, vedere Microsoft-Windows-IE-InternetExplorer.

Esempio XML

L'output XML seguente illustra come impostare un feedlist.

<FeedList>
   <FeedItem wcm:action="add">
      <FeedKey>Feed1</FeedKey>
      <FeedTitle>My Feed 1</FeedTitle>
      <FeedURL>https://www.fabrikam.com/rss1</FeedURL>
   </FeedItem>
   <FeedItem wcm:action="add">
      <FeedKey>Feed2</FeedKey>
      <FeedTitle>My Feed 2</FeedTitle>
      <FeedURL>https://www.fabrikam.com/rss2</FeedURL>
   </FeedItem>
</FeedList>

FeedItem