次の方法で共有


ApplicationBase.ErrorUrl プロパティ

定義

アプリケーションを使用するときにエラーを報告するアプリケーションの作成者によって提供される URL を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象