Share via


HandlerElement.HttpHandlerType Property

Gets or sets the type name of the HTTP handler property of an XAML element in a configuration file.

Namespace:  System.Xaml.Hosting.Configuration
Assembly:  System.Xaml.Hosting (in System.Xaml.Hosting.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("httpHandlerType", DefaultValue := "", Options := ConfigurationPropertyOptions.IsRequired)> _
<StringValidatorAttribute(MinLength := )> _
Public Property HttpHandlerType As String
[ConfigurationPropertyAttribute("httpHandlerType", DefaultValue = "", Options = ConfigurationPropertyOptions.IsRequired)]
[StringValidatorAttribute(MinLength = )]
public string HttpHandlerType { get; set; }
[ConfigurationPropertyAttribute(L"httpHandlerType", DefaultValue = L"", Options = ConfigurationPropertyOptions::IsRequired)]
[StringValidatorAttribute(MinLength = )]
public:
property String^ HttpHandlerType {
    String^ get ();
    void set (String^ value);
}
[<ConfigurationPropertyAttribute("httpHandlerType", DefaultValue = "", Options = ConfigurationPropertyOptions.IsRequired)>]
[<StringValidatorAttribute(MinLength = )>]
member HttpHandlerType : string with get, set
function get HttpHandlerType () : String 
function set HttpHandlerType (value : String)

Property Value

Type: System.String
String .

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4

See Also

Reference

HandlerElement Class

System.Xaml.Hosting.Configuration Namespace