Formats the URL of the slider resource, supports oEmbed protocol.

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

Syntax

C#
public string FormatUrl(
	string imageUrl,
	string title,
	string additionalAttributes
)
Visual Basic
Public Function FormatUrl ( 
	imageUrl As String,
	title As String,
	additionalAttributes As String
) As String
Visual C++
public:
String^ FormatUrl(
	String^ imageUrl, 
	String^ title, 
	String^ additionalAttributes
)
F#
member FormatUrl : 
        imageUrl : string * 
        title : string * 
        additionalAttributes : string -> string 

Parameters

imageUrl
Type: System..::..String
Image URL.
title
Type: System..::..String
Image title.
additionalAttributes
Type: System..::..String
Any additional attributes that should be displayed in the img tag.

Return Value

Type: String
Formatted URL.

See Also