Sanitizer
视图使用消毒器来对潜在的危险值进行无害化处理。
Sanitizer is used by the views to sanitize potentially dangerous values.
abstract class Sanitizer {
abstract sanitize(context: SecurityContext, value: string | {}): string | null
}
子类
Provided in
'root'
方法
参数
返回值
|