InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebElement Interface / OuterHtml Property


In This Topic
    OuterHtml Property
    In This Topic
    Gets or sets the current element's HTML code.
    Syntax
    'Declaration
     
    
    Property OuterHtml As String
    'Usage
     
    
    Dim instance As IWebElement
    Dim value As String
     
    instance.OuterHtml = value
     
    value = instance.OuterHtml
    string OuterHtml {get; set;}
    See Also