次の方法で共有


AuthPlatform.ConfigFilePath プロパティ

定義

認証設定を含む構成ファイルのパス (ファイルから取得した場合) を取得または設定します。 パスが相対パスの場合、base はサイトのルート ディレクトリになります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象