[This is preliminary documentation and is subject to change.]

Gets or sets the href url of the action link.

Namespace:  Facebook.Configuration
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
[JsonPropertyAttribute("href")]
public string Href { get; set; }
Visual Basic (Declaration)
<JsonPropertyAttribute("href")> _
Public Property Href As String
Visual C++
[JsonPropertyAttribute(L"href")]
public:
property String^ Href {
	String^ get ();
	void set (String^ value);
}

See Also

FeedActionLinkElement Class
Facebook.Configuration Namespace