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

UrlRedirectActionParameters.CustomFragment 属性

定义

获取或设置要添加到重定向 URL 的片段。 片段是 #之后的 URL 的一部分。 不要包含 #。

[Newtonsoft.Json.JsonProperty(PropertyName="customFragment")]
public string CustomFragment { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="customFragment")>]
member this.CustomFragment : string with get, set
Public Property CustomFragment As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于