[Missing <summary> documentation for "M:Moxiecode.Manager.Utils.CSSCompressor.AddContent(System.String,System.Boolean)"]
Namespace:
Moxiecode.Manager.Utils
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
C# |
---|
public void AddContent(
string content,
bool remove_whitespace
) |
Visual Basic (Declaration) |
---|
Public Sub AddContent ( _
content As String, _
remove_whitespace As Boolean _
) |
Visual C++ |
---|
public:
void AddContent(
String^ content,
bool remove_whitespace
) |
Parameters
- content
- Type: System..::.String
[Missing <param name="content"/> documentation for "M:Moxiecode.Manager.Utils.CSSCompressor.AddContent(System.String,System.Boolean)"]
- remove_whitespace
- Type: System..::.Boolean
[Missing <param name="remove_whitespace"/> documentation for "M:Moxiecode.Manager.Utils.CSSCompressor.AddContent(System.String,System.Boolean)"]
See Also