HtmlHelperDecode Method | Helper帮助文档 |
解码得到url值
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string Decode( string str )
Public Shared Function Decode ( str As String ) As String
public: static String^ Decode( String^ str )
static member Decode : str : string -> string
Parameters
- str
- Type: SystemString
string
Return Value
Type: Stringstring
See Also