Gets the oEmbed service.

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

Syntax

C#
public T GetObject(
	Service service,
	string url
)
Visual Basic
Public Function GetObject ( 
	service As Service,
	url As String
) As T
Visual C++
public:
T GetObject(
	Service^ service, 
	String^ url
)
F#
member GetObject : 
        service : Service * 
        url : string -> 'T 

Parameters

service
Type: MonoSoftware.MonoX.oEmbed..::..Service
Service API Endpoint to use (Templates are in Services class).
url
Type: System..::..String
URL to get.

Return Value

Type: T
Deserialized object.

See Also