次の方法で共有


WebTestPropertiesValidationRulesContentValidation クラス

定義

コンテンツ検証プロパティのコレクション。

public class WebTestPropertiesValidationRulesContentValidation
type WebTestPropertiesValidationRulesContentValidation = class
Public Class WebTestPropertiesValidationRulesContentValidation
継承
WebTestPropertiesValidationRulesContentValidation

コンストラクター

WebTestPropertiesValidationRulesContentValidation()

WebTestPropertiesValidationRulesContentValidation の新しいインスタンスを初期化します。

プロパティ

ContentMatch

WebTest の戻り値で検索するコンテンツ。 null または空にすることはできません。

IgnoreCase

この値を設定すると、ContentMatch 検証で大文字と小文字が区別されなくなります。

PassIfTextFound

true の場合、ContentMatch 文字列に一致するものがある場合、検証は渡されます。 false の場合、一致がある場合、検証は失敗します。

適用対象