SyndicationItem::AddPermalink Method (Uri^)

 

Adds a permalink to the SyndicationItem.

Namespace:   System.ServiceModel.Syndication
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
void AddPermalink(
	Uri^ permalink
)

Parameters

permalink
Type: System::Uri^

The Uri that points to the content.

A permalink is a static URI that points to some content on the Web.

The following code shows how to add a permalink to a syndication item.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Return to top
Show: