This documentation is archived and is not being maintained.
UrlEditor.Options Property
.NET Framework 1.1
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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
UrlEditor Class | UrlEditor Members | System.Web.UI.Design Namespace
Show: