HttpCapabilitiesBase::MaximumHrefLength Property

 

Gets the maximum length in characters for the href attribute of an HTML <a> (anchor) element.

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

public:
property int MaximumHrefLength {
	virtual int get();
}

Property Value

Type: System::Int32

The maximum length in characters for the href attribute of an HTML <a> (anchor) element.

.NET Framework
Available since 2.0
Return to top
Show: