Kimono.KHTMLPart.SelectedTextAsHTML C# (CSharp) Method

SelectedTextAsHTML() public method

Return the text the user has marked. This is guaranteed to be valid xml, and to contain the \ and \ tags. FIXME probably should make for 4.0 ?
public SelectedTextAsHTML ( ) : string
return string
        public string SelectedTextAsHTML()
        {
            return (string) interceptor.Invoke("selectedTextAsHTML", "selectedTextAsHTML() const", typeof(string));
        }
KHTMLPart