Initializes a new instance of the UrlParam<(Of <(<'T>)>)> class

Namespace: MonoSoftware.Web
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public UrlParam(
	string name
)
Visual Basic
Public Sub New ( 
	name As String
)
Visual C++
public:
UrlParam(
	String^ name
)
F#
new : 
        name : string -> UrlParam

Parameters

name
Type: System..::..String

See Also