共用方式為


PercentPathResolver 類別

定義

地圖 %xxx = > settings.xxx (也稱為 activeDialog.Instance.xxx) 。

public class PercentPathResolver : Microsoft.Bot.Builder.Dialogs.Memory.PathResolvers.AliasPathResolver
type PercentPathResolver = class
    inherit AliasPathResolver
Public Class PercentPathResolver
Inherits AliasPathResolver
繼承
PercentPathResolver

建構函式

PercentPathResolver()

初始化 PercentPathResolver 類別的新執行個體。

屬性

Alias

取得別名名稱。

(繼承來源 AliasPathResolver)

方法

IsPathChar(Char)

驗證字元是否對路徑有效。

(繼承來源 AliasPathResolver)
TransformPath(String)

轉換路徑。

(繼承來源 AliasPathResolver)

適用於