UrlHelper Class | Helper帮助文档 |
URL的操作类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class UrlHelper
Public Class UrlHelper
public ref class UrlHelper
type UrlHelper = class end
The UrlHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UrlHelper | Initializes a new instance of the UrlHelper class |
Methods
Name | Description | |
---|---|---|
AddParam |
添加URL参数
| |
Base64Decrypt | ||
Base64Encrypt | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDomain | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsBase64 |
是否是Base64字符串
| |
MemberwiseClone | (Inherited from Object.) | |
ParseUrl |
分析 url 字符串中的参数信息
| |
ToString | (Inherited from Object.) | |
UpdateParam |
更新URL参数
|
See Also