AliasPathResolver.IsPathChar(Char) 方法

定义

验证字符是否对路径有效。

protected bool IsPathChar(char ch);
member this.IsPathChar : char -> bool
Protected Function IsPathChar (ch As Char) As Boolean

参数

ch
Char

要验证的字符。

返回

true 如果字符对路径有效,则为 ;否则为 false

适用于