AliasPathResolver 類別

定義

對應 aliasXXX - > path.xxx ($foo = > dialog.foo) 。

public class AliasPathResolver : Microsoft.Bot.Builder.Dialogs.Memory.IPathResolver
type AliasPathResolver = class
    interface IPathResolver
Public Class AliasPathResolver
Implements IPathResolver
繼承
AliasPathResolver
衍生
實作

建構函式

AliasPathResolver(String, String, String)

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

屬性

Alias

取得別名名稱。

方法

IsPathChar(Char)

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

TransformPath(String)

轉換路徑。

適用於