HttpEncoder.Default Property

Definition

Gets a reference to the default encoder for ASP.NET.

public static System.Web.Util.HttpEncoder Default { get; }

Property Value

A reference to the default encoder.

Remarks

A common encoding issue is that the default ASP.NET UrlEncode behavior converts spaces into the "+" character. Historically, the "+" character has been an Internet convention for encoding space characters in a URL into a more human-readable manner. However, according to standards, the space character is supposed to be encoded as "%20" and instead of as the "+" character. ASP.NET lets you implement a more standards compliant encoding algorithm.

Applies to

Produkt Versjoner
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1