WebServicesSection::WsdlHelpGenerator Property
.NET Framework (current version)
Gets the Web service Help page (an .aspx file) that is displayed to a browser when the browser navigates directly to an ASMX page.
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
Available since 2.0
Show: