Encode the post url

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string HTTPPOSTEncode(
	string strPost
)
Visual Basic
Public Shared Function HTTPPOSTEncode ( 
	strPost As String
) As String

Parameters

strPost
Type: System..::..String
The post url.

Return Value

encoded value

See Also