Search Results for

    Show / Hide Table of Contents

    Class WebBrowserContentSource

    Allows specifying a string as the content of a WebBrowser control via a bindable property

    Inheritance
    object
    WebBrowserContentSource
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Desktop.Platform.Controls.Behaviours
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public static class WebBrowserContentSource

    Fields

    HtmlProperty

    Declaration
    public static readonly DependencyProperty HtmlProperty
    Field Value
    Type Description
    DependencyProperty

    Methods

    GetHtml(WebBrowser)

    Declaration
    [AttachedPropertyBrowsableForType(typeof(WebBrowser))]
    public static string GetHtml(WebBrowser d)
    Parameters
    Type Name Description
    WebBrowser d
    Returns
    Type Description
    string

    SetHtml(WebBrowser, string)

    Declaration
    public static void SetHtml(WebBrowser d, string value)
    Parameters
    Type Name Description
    WebBrowser d
    string value
    In this article
    • Fields
      • HtmlProperty
    • Methods
      • GetHtml(WebBrowser)
      • SetHtml(WebBrowser, string)
    Back to top Generated by DocFX