ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 501
نمايش فراداده

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( )