PercentPathResolver 类

定义

Maps %xxx => settings.xxx (aka 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)

适用于