HtmlHelper.ZipHtml Method

HD.Common

HtmlHelperZipHtml Method Helper帮助文档
压缩HTML输出

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

public static string ZipHtml(
	string Html
)
Public Shared Function ZipHtml ( 
	Html As String
) As String
public:
static String^ ZipHtml(
	String^ Html
)
static member ZipHtml : 
        Html : string -> string 

Parameters

Html
Type: SystemString

[Missing <param name="Html"/> documentation for "M:HD.Common.HtmlHelper.ZipHtml(System.String)"]

Return Value

Type: String

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

See Also

Reference