HTMLchunk.GenerateParamHTML Method

Majestic12

High-performance .NET C# HTMLparser Library

HTMLchunk.GenerateParamHTML Method 

Generates HTML for param/value pair

public string GenerateParamHTML(
   string sParam,
   string sValue,
   char cParamChar
);

Parameters

sParam
Param
sValue
Value (empty if not specified)
cParamChar

Return Value

String with HTML

See Also

HTMLchunk Class | Majestic12 Namespace