Click or drag to resize
StringHelperToSafeXSST Method (T)
处理安全的跨站脚本攻击字符

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static T ToSafeXSS<T>(
	T targetObject
)

Parameters

targetObject
Type: T

[Missing <param name="targetObject"/> documentation for "M:X3Platform.Util.StringHelper.ToSafeXSS``1(``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:X3Platform.Util.StringHelper.ToSafeXSS``1(``0)"]

Return Value

Type: T

[Missing <returns> documentation for "M:X3Platform.Util.StringHelper.ToSafeXSS``1(``0)"]

See Also