AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

URL encodes a string. If the path property is specified, the accepted path characters {/+:} are not encoded.

Namespace: Amazon.S3.Util
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public String UrlEncode(
         String data,
         Boolean path
)

Parameters

data
Type: System.String

The string to encode

path
Type: System.Boolean

Whether the string is a URL path or not

Return Value


Type: String

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5