OssUtilsIsObjectKeyValid Method |
判断文件名是否合法
Namespace: Aliyun.OSS.UtilAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.2.0.0 (2.2.0)
Syntaxpublic static bool IsObjectKeyValid(
string key
)
Parameters
- key
- Type: SystemString
文件名称
Return Value
Type:
Boolean是否合法
See Also