Table of Contents

Enum CaseHandlingUriBuilder.CaseHandling

Namespace
SixLabors.ImageSharp.Web
Assembly
SixLabors.ImageSharp.Web.dll

Provides Uri case handling options.

public enum CaseHandlingUriBuilder.CaseHandling

Fields

LowerInvariant = 1

All URI components are converted to lower case using the invariant culture before combining.

None = 0

No adjustments to casing are made.