XmlBuilder.AppendLiteralString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds literal content to the control.
public:
override void AppendLiteralString(System::String ^ s);
public override void AppendLiteralString (string s);
override this.AppendLiteralString : string -> unit
Public Overrides Sub AppendLiteralString (s As String)
Parameters
- s
- String
The literal content to add to the control.
Remarks
The AppendLiteralString method of the XmlBuilder class overrides the AppendLiteralString method of the ControlBuilder class so that the method of the base class has no effect.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.