This documentation is archived and is not being maintained.

UrlEditor.Options Property

Indicates the options for the URL builder to use.

[Visual Basic]
Protected Overridable ReadOnly Property Options As _
   UrlBuilderOptions
[C#]
protected virtual UrlBuilderOptions Options {get;}
[C++]
protected: __property virtual UrlBuilderOptions get_Options();
[JScript]
protected function get Options() : UrlBuilderOptions;

Property Value

A UrlBuilderOptions that indicates the options for the URL builder to use.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

UrlEditor Class | UrlEditor Members | System.Web.UI.Design Namespace

Show: