WebServicesSection::WsdlHelpGenerator Property

 

Gets the Web service Help page (an .aspx file) that is displayed to a browser when the browser navigates directly to an ASMX page.

Namespace:   System.Web.Services.Configuration
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
[ConfigurationPropertyAttribute("wsdlHelpGenerator")]
property WsdlHelpGeneratorElement^ WsdlHelpGenerator {
	WsdlHelpGeneratorElement^ get();
}

Property Value

Type: System.Web.Services.Configuration::WsdlHelpGeneratorElement^

A WsdlHelpGeneratorElement object that specifies the XML Web service Help page (an .aspx file) that is displayed to a browser when the browser navigates directly to an ASMX XML Web service page.

.NET Framework
Available since 2.0
Return to top
Show: