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