AppendLiteralString Method
Does not allow literal content to be added to the control when AllowLiterals method returns false
.
Syntax
Visual Basic Overrides Public Sub
AppendLiteralString( ByVal sLiteralContent As string )C# public override void
AppendLiteralString(string sLiteralContent );Managed C++ public: void
AppendLiteralString(string sLiteralContent );JScript public override function
AppendLiteralString(sLiteralContent : string );
Parameters
sLiteralContent Required. string. Literal content to be added to the control.
Return Value
No return value.
Remarks
This method throws an exception if the string is empty.
Applies To
FilterControlBuilder
See Also