Replace the param of url

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public static string ReplaceParam(
	string url,
	string pname,
	string pvalue
)
Visual Basic
Public Shared Function ReplaceParam ( _
	url As String, _
	pname As String, _
	pvalue As String _
) As String
Visual C++
public:
static String^ ReplaceParam(
	String^ url, 
	String^ pname, 
	String^ pvalue
)

Parameters

url
Type: System..::..String
pname
Type: System..::..String
pvalue
Type: System..::..String

See Also