4 references to HttpHandlerType
System.Xaml.Hosting (4)
System\Xaml\Hosting\Configuration\HandlerElement.cs (4)
23ConfigurationProperty handler = new ConfigurationProperty(XamlHostingConfiguration.HttpHandlerType, typeof(string), " ", null, new StringValidator(1), ConfigurationPropertyOptions.IsRequired); 43[ConfigurationProperty(XamlHostingConfiguration.HttpHandlerType, DefaultValue = " ", 50return (string)base[XamlHostingConfiguration.HttpHandlerType]; 58base[XamlHostingConfiguration.HttpHandlerType] = value;