IUriProvider Interface

graph BT Type["IUriProvider"] class Type type-node Implementing0["RssChannel"]-.->Type click Implementing0 "/api/Wyam.Feeds.Syndication.Rss/RssChannel" Implementing1["RssGuid"]-.->Type click Implementing1 "/api/Wyam.Feeds.Syndication.Rss/RssGuid" Implementing2["AtomLink"]-.->Type click Implementing2 "/api/Wyam.Feeds.Syndication.Atom/AtomLink" Implementing3["AtomFeed"]-.->Type click Implementing3 "/api/Wyam.Feeds.Syndication.Atom/AtomFeed" Implementing4["AtomSource"]-.->Type click Implementing4 "/api/Wyam.Feeds.Syndication.Atom/AtomSource" Implementing5["RdfImage"]-.->Type click Implementing5 "/api/Wyam.Feeds.Syndication.Rdf/RdfImage" Implementing6["AtomBase"]-.->Type click Implementing6 "/api/Wyam.Feeds.Syndication.Atom/AtomBase" Implementing7["RdfBase"]-.->Type click Implementing7 "/api/Wyam.Feeds.Syndication.Rdf/RdfBase" Implementing8["AtomInReplyTo"]-.->Type click Implementing8 "/api/Wyam.Feeds.Syndication.Atom/AtomInReplyTo" Implementing9["RdfChannel"]-.->Type click Implementing9 "/api/Wyam.Feeds.Syndication.Rdf/RdfChannel" Implementing10["AtomEntry"]-.->Type click Implementing10 "/api/Wyam.Feeds.Syndication.Atom/AtomEntry" Implementing11["RssChannelBase"]-.->Type click Implementing11 "/api/Wyam.Feeds.Syndication.Rss/RssChannelBase" Implementing12["RdfItem"]-.->Type click Implementing12 "/api/Wyam.Feeds.Syndication.Rdf/RdfItem" Implementing13["RssImage"]-.->Type click Implementing13 "/api/Wyam.Feeds.Syndication.Rss/RssImage" Implementing14["RdfTextInput"]-.->Type click Implementing14 "/api/Wyam.Feeds.Syndication.Rdf/RdfTextInput" Implementing15["RssEnclosure"]-.->Type click Implementing15 "/api/Wyam.Feeds.Syndication.Rss/RssEnclosure" Implementing16["AtomContent"]-.->Type click Implementing16 "/api/Wyam.Feeds.Syndication.Atom/AtomContent"

Syntax

public interface IUriProvider

Properties

Name Value Summary
Uri Uri
GitHub