System.Web.UI.HtmlTextWriter.WriteEncodedUrlParameter Method

Encodes the specified URL parameter for the requesting device, and then writes it to the output stream.

Syntax

public virtual void WriteEncodedUrlParameter (string urlText)

Parameters

urlText
The URL parameter string to encode and write to the output stream.

Remarks

Spaces in the parameter part of a URL are encoded as plus signs (+), and equal signs (=) are encoded as %3d.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0