UrlHelper Class

HD.Common

UrlHelper Class Helper帮助文档
URL的操作类
Inheritance Hierarchy

SystemObject  HD.CommonUrlHelper

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

  NameDescription
Public methodUrlHelper
Initializes a new instance of the UrlHelper class
Top
Methods

  NameDescription
Public methodStatic memberAddParam
添加URL参数
Public methodStatic memberBase64Decrypt
Public methodStatic memberBase64Encrypt
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberGetDomain
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberIsBase64
是否是Base64字符串
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParseUrl
分析 url 字符串中的参数信息
Public methodToString (Inherited from Object.)
Public methodStatic memberUpdateParam
更新URL参数
Top
See Also

Reference