Enum CaseHandlingUriBuilder.CaseHandling
Provides Uri case handling options.
Namespace: SixLabors.ImageSharp.Web
Assembly: SixLabors.ImageSharp.Web.dll
Syntax
public enum CaseHandlingUriBuilder.CaseHandling
Fields
Name | Description |
---|---|
LowerInvariant | All URI components are converted to lower case using the invariant culture before combining. |
None | No adjustments to casing are made. |