HttpCapabilitiesBase.MaximumHrefLength 属性
定义
获取 HTML href(定位点)元素的 <a> 特性的最大长度(以字符为单位)。Gets the maximum length in characters for the href attribute of an HTML <a> (anchor) element.
public:
virtual property int MaximumHrefLength { int get(); };
public virtual int MaximumHrefLength { get; }
member this.MaximumHrefLength : int
Public Overridable ReadOnly Property MaximumHrefLength As Integer
属性值
HTML <a> (anchor) 元素的 href 属性的最大字符数。The maximum length in characters for the href attribute of an HTML <a> (anchor) element.