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)

abstract MaximumHrefLength : int with get
override MaximumHrefLength : int with 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: