XmlFormatExtensionPrefixAttribute

XmlFormatExtensionPrefixAttribute

System.Web.Services.Configuration (system.web.services.dll)sealed class

This attribute specifies the XML namespace (the constructor's ns parameter) and XML namespace prefix (the constructor's prefix parameter) that will be used for all format extensions generated by a custom format extension class. This attribute is applied to the custom System.Web.Services.Description.ServiceDescriptionFormatExtension class.

public sealed class XmlFormatExtensionPrefixAttribute : Attribute { // Public Constructors    public XmlFormatExtensionPrefixAttribute( );    public XmlFormatExtensionPrefixAttribute(string prefix, string ns); // Public Instance Properties    public string Namespace{set; get; }    public string Prefix{set; get; } }

Hierarchy

System.Object System.Attribute XmlFormatExtensionPrefixAttribute

Valid On

Class



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