The URL of the item to get.

Namespace: MonoSoftware.MonoX.oEmbed.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string Url { get; set; }
Visual Basic
Public Property Url As String
	Get
	Set
Visual C++
public:
virtual property String^ Url {
	String^ get () sealed;
	void set (String^ value) sealed;
}
F#
abstract Url : string with get, set
override Url : string with get, set

Property Value

Type: String

Implements

IServiceCallBuilder..::..Url

See Also