HttpBrowserCapabilitiesBase::MaximumHrefLength Property

 

When overridden in a derived class, gets the maximum length in characters for the href attribute of an HTML a (anchor) element.

Namespace:   System.Web
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.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: