SyndicationFeed.BaseUri Property

Definition

Gets or sets the base URI for the element. This property represents the xml:base attribute on the element. It may be inherited from an ancestor element.

public:
 property Uri ^ BaseUri { Uri ^ get(); void set(Uri ^ value); };
Uri BaseUri();

void BaseUri(Uri value);
public System.Uri BaseUri { get; set; }
var uri = syndicationFeed.baseUri;
syndicationFeed.baseUri = uri;
Public Property BaseUri As Uri

Property Value

The xml:base attribute on the element.

Implements

Applies to