AtomLink represents an atom:link element atomLink = element atom:link { atomCommonAttributes, attribute href { atomUri }, attribute rel { atomNCName | atomUri }?, attribute type { atomMediaType }?, attribute hreflang { atomLanguageTag }?, attribute title { text }?, attribute length { text }?, empty

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

Syntax

C#
public class AtomLink : AtomBase
Visual Basic (Declaration)
Public Class AtomLink _

	Inherits AtomBase
Visual C++
public ref class AtomLink : public AtomBase

Inheritance Hierarchy

See Also