UrlBuilderOptions Enumeration
.NET Framework (current version)
Defines identifiers for settings of a UrlBuilder.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Design (in System.Design.dll)
| Member name | Description | |
|---|---|---|
| NoAbsolute | Build a URL that references a path relative to the current path, rather than one that references a fully qualified, absolute path. | |
| None | Use no additional options for the UrlBuilder. |
.NET Framework
Available since 1.1
Available since 1.1
Show: