UrlBuilderOptions

UrlBuilderOptionsserializable, flag

System.Web.UI.Design (system.design.dll)enum

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 = 0x00000000,
   NoAbsolute = 0x00000001
}

Hierarchy

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

Returned By

UrlEditor.Options

Passed To

IWebFormsBuilderUIService.BuildUrl( ), UrlBuilder.BuildUrl( )



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace