Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
UrlEncoder Class
Definition
- Namespace:
- System.Text.Encodings.Web
- Assembly:
- System.Text.Encodings.Web.dll
- Package:
- System.Text.Encodings.Web v11.0.0-preview.5.26302.115
- Source:
- UrlEncoder.cs
- Source:
- UrlEncoder.cs
- Source:
- UrlEncoder.cs
- Source:
- UrlEncoder.cs
- Source:
- UrlEncoder.cs
- Source:
- UrlEncoder.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a URL character encoding.
public ref class UrlEncoder abstract : System::Text::Encodings::Web::TextEncoder
public abstract class UrlEncoder : System.Text.Encodings.Web.TextEncoder
type UrlEncoder = class
inherit TextEncoder
Public MustInherit Class UrlEncoder
Inherits TextEncoder
- Inheritance
- Derived
Remarks
The source code for this type is available in the System.Text.Encodings.Web project on GitHub. Unit tests that can also serve as code examples are found in the System.Text.Encodings.Web/tests folder on GitHub.
Constructors
| Name | Description |
|---|---|
| UrlEncoder() |
Initializes a new instance of the UrlEncoder class. |
Properties
| Name | Description |
|---|---|
| Default |
Gets a built-in instance of the UrlEncoder class. |
| MaxOutputCharactersPerInputCharacter |
Gets the maximum number of characters that this encoder can generate for each input code point. (Inherited from TextEncoder) |
Methods
| Name | Description |
|---|---|
| Create(TextEncoderSettings) |
Creates a new instance of UrlEncoder class with the specified settings. |
| Create(UnicodeRange[]) |
Creates a new instance of the UrlEncoder class that specifies characters the encoder is allowed to not encode. |
| Encode(ReadOnlySpan<Char>, Span<Char>, Int32, Int32, Boolean) |
Encodes the supplied characters. (Inherited from TextEncoder) |
| Encode(String) |
Encodes the supplied string and returns the encoded text as a new string. (Inherited from TextEncoder) |
| Encode(TextWriter, Char[], Int32, Int32) |
Encodes characters from an array and writes them to a TextWriter object. (Inherited from TextEncoder) |
| Encode(TextWriter, String, Int32, Int32) |
Encodes a substring and writes it to a TextWriter object. (Inherited from TextEncoder) |
| Encode(TextWriter, String) |
Encodes the specified string to a TextWriter object. (Inherited from TextEncoder) |
| EncodeUtf8(ReadOnlySpan<Byte>, Span<Byte>, Int32, Int32, Boolean) |
Encodes the supplied UTF-8 text. (Inherited from TextEncoder) |
| Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
| FindFirstCharacterToEncode(Char*, Int32) |
Finds the index of the first character to encode. (Inherited from TextEncoder) |
| FindFirstCharacterToEncodeUtf8(ReadOnlySpan<Byte>) |
Finds the first element in a UTF-8 text input buffer that would be escaped by the current encoder instance. (Inherited from TextEncoder) |
| GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
| GetType() |
Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString() |
Returns a string that represents the current object. (Inherited from Object) |
| TryEncodeUnicodeScalar(Int32, Char*, Int32, Int32) |
Encodes a Unicode scalar value and writes it to a buffer. (Inherited from TextEncoder) |
| WillEncode(Int32) |
Determines if a given Unicode scalar value will be encoded. (Inherited from TextEncoder) |
Applies to
Feedback
Was this page helpful?
