XslUrlEditor

XslUrlEditor

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

This class provides a System.Drawing.Design.UITypeEditor that can be used when modifying properties that correspond to Internet URLs. This class extends on the basic UrlEditor and is customized for creating URLs that point to XSL transform files. The differences are minor: the ImageUrlEditor.Filter property is overridden to provide the "*.xsl; *.xslt" file filter and the ImageUrlEditor.Caption of the designer window is modified to "Select XSL Transform File." This class is used, for example, by the TransformSource property of the System.Web.UI.WebControls.Xml control.

public class XslUrlEditor : UrlEditor { // Public Constructors    public XslUrlEditor( ); // Protected Instance Properties    protected override string Caption{get; }         // overrides UrlEditor    protected override string Filter{get; }          // overrides UrlEditor    protected override UrlBuilderOptions Options{get; }           // overrides UrlEditor }

Hierarchy

System.Object System.Drawing.Design.UITypeEditor UrlEditor XslUrlEditor



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net