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
    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
    Back to top Generated by DocFX