HttpCapabilitiesBase.MaximumHrefLength プロパティ

定義

HTML href (アンカー) 要素の<a>属性の最大文字数を取得します。

public:
 virtual property int MaximumHrefLength { int get(); };
public virtual int MaximumHrefLength { get; }
member this.MaximumHrefLength : int
Public Overridable ReadOnly Property MaximumHrefLength As Integer

プロパティ値

HTML href (アンカー) 要素の<a>属性の最大文字数。

適用対象