Gets or sets the the type name of the default UrlProvider on the UrlManager.

Namespace:  Endeca.Web.Configuration
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[ConfigurationPropertyAttribute("defaultType", DefaultValue = null, IsRequired = true)]
public string TypeName { get; set; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("defaultType", DefaultValue := Nothing, IsRequired := True)> _
Public Property TypeName As String
Visual C++
[ConfigurationPropertyAttribute(L"defaultType", DefaultValue = nullptr, IsRequired = true)]
public:
property String^ TypeName {
	String^ get ();
	void set (String^ value);
}

See Also