Gets or sets a URL that acts an unambiguous identifier for the pingable content.

Namespace:  Argotic.Core.Web
Assembly:  Argotic.Core (in Argotic.Core)
Version: 2007.3.0.0 (2007.3.0.0)

Syntax

C#
public Uri Permalink { get; set; }
Visual Basic (Declaration)
Public Property Permalink As Uri
Visual C++
public:
property Uri^ Permalink {
	Uri^ get ();
	void set (Uri^ value);
}

Field Value

A Uri that acts an unambiguous reference to the pingable content. The default value is a null reference (Nothing in Visual Basic).

Remarks

Use the Permalink property to specify an unambiguous reference for the content that accepts trackback ping notifications. If no value is specified declaratively, the default value that is rendered by the control is the absolute URI of the Url for the current HttpContext the TrackbackDiscoveryControl belongs to.

See Also