Name

UrlBuilderOptions

Synopsis

This enumeration specifies whether a URL is fully qualified (None) or relative to the current document (NoAbsolute). This enumeration is set by the various UrlEditor classes and ultimately used by UrlBuilder.BuildUrl() to create a string representing the specified URL.

Public Enum UrlBuilderOptions
                  None = &H000000000
                  NoAbsolute = &H000000001
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) UrlBuilderOptions

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.