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

QueryContext.AlterationOverrideQuery 属性

定义

获取用于强制必应使用原始字符串的查询字符串。 例如,如果查询字符串为“saling downwind”,则替代查询字符串将为“+saling downwind”。 请记住对导致“%2Bsaling+downwind”的查询字符串进行编码。 只有在原始查询字符串包含拼写错误的情况下,才会包含此字段。

[Newtonsoft.Json.JsonProperty(PropertyName="alterationOverrideQuery")]
public string AlterationOverrideQuery { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="alterationOverrideQuery")>]
member this.AlterationOverrideQuery : string
Public ReadOnly Property AlterationOverrideQuery As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于