'宣言 Public Sub ReplaceElement( _ ByVal replaceWith As System.String, _ ByVal elementId As System.String, _ Optional ByVal elementTag As System.String, _ Optional ByVal elementClass As System.String _ )
public void ReplaceElement( System.string replaceWith, System.string elementId, System.string elementTag, System.string elementClass )
パラメータ
- replaceWith
- 置き換える HTML フラグメント。
- elementId
- 置き換えられる要素の ID。
- elementTag
- 置き換えられる要素のタグ名。
- elementClass
- 置き換えられる要素のクラス名。