accessor to find the alternate link, in HTML only The method scans the link collection for a link that is of type rel=alternate and has a media type of HTML, otherwise it return NULL. The same is true for setting this. If you need to use a rel/alternate with a different media type, you need to use the links collection directly

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public AtomUri AlternateUri { get; set; }
Visual Basic (Declaration)
Public Property AlternateUri As AtomUri
Visual C++
public:

property AtomUri^ AlternateUri {

	AtomUri^ get ();

	void set (AtomUri^ value);

}

Return Value

the Uri as AtomUri to HTML representation

See Also