StringHelperEncodeHtmlTagChar Method |
对字符串中的大于号及小于号进行Html编码
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string EncodeHtmlTagChar(
string input
)
Public Shared Function EncodeHtmlTagChar (
input As String
) As String
public:
static String^ EncodeHtmlTagChar(
String^ input
)
static member EncodeHtmlTagChar :
input : string -> string
Parameters
- input
- Type: SystemString
要进行编辑的字符串
Return Value
Type:
String返回加码后的字符串
See Also