HttpCapabilitiesBase.MaximumHrefLength Property
.NET Framework 3.0
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)
Assembly: System.Web (in system.web.dll)
'Declaration Public Overridable ReadOnly Property MaximumHrefLength As Integer 'Usage Dim instance As HttpCapabilitiesBase Dim value As Integer value = instance.MaximumHrefLength
/** @property */ public int get_MaximumHrefLength ()
public function get MaximumHrefLength () : int
Not applicable.
Property Value
The maximum length in characters for the href attribute of an HTML <a> (anchor) element.Community Additions
ADD
Show: