Constructor.

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

Syntax

C#
protected RewrittenUrl(
	string title,
	string url
)
Visual Basic
Protected Sub New ( 
	title As String,
	url As String
)
Visual C++
protected:
RewrittenUrl(
	String^ title, 
	String^ url
)
F#
new : 
        title : string * 
        url : string -> RewrittenUrl

Parameters

title
Type: System..::..String
Url title
url
Type: System..::..String
Rewritten url

See Also