你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebTestPropertiesValidationRulesContentValidation 类

定义

内容验证属性的集合。

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

构造函数

WebTestPropertiesValidationRulesContentValidation()

初始化 WebTestPropertiesValidationRulesContentValidation 的新实例。

属性

ContentMatch

在 WebTest 的返回中要查找的内容。 不得为 null 或空。

IgnoreCase

设置此值后,ContentMatch 验证不区分大小写。

PassIfTextFound

如果为 true,则如果存在与 ContentMatch 字符串匹配项的匹配项,则会通过验证。 如果为 false,则如果存在匹配项,验证将失败。

适用于