CookieHelper.GetCookieValue Method

HD.Common

CookieHelperGetCookieValue Method Helper帮助文档
获取指定Cookie值

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string GetCookieValue(
	string cookiename
)
Public Shared Function GetCookieValue ( 
	cookiename As String
) As String
public:
static String^ GetCookieValue(
	String^ cookiename
)
static member GetCookieValue : 
        cookiename : string -> string 

Parameters

cookiename
Type: SystemString
cookiename

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.CookieHelper.GetCookieValue(System.String)"]

See Also

Reference