Class WebViewEditorHandler
System.Object
  MarkdownMonster.Windows.WebViewEditorHandler
public class WebViewEditorHandler : object, IDisposable

Class Members

MemberDescription

Constructor

Dispose

public sealed void Dispose()

ExecuteCommand

public void ExecuteCommand(string command,     Object[] args)

HideWebBrowser

public void HideWebBrowser()

Navigate

public void Navigate(string url)

public void Navigate(Uri uri,     bool force)

NavigateAsync

public Task NavigateAsync(string url)

public Task NavigateAsync(Uri uri,     bool force)

Refresh

public void Refresh(bool noCache)

ShowDeveloperTools

public void ShowDeveloperTools()

ShowWebBrowser

Forces the WebBrowser to become visible safely

public void ShowWebBrowser()

DotnetInterop

The object passed into the JavaScript page to allow for callbacks from JavaScript into .NET code/MM

Editor

EditorLoadedAction

IsFirstRender

First time through this is true - used to delay rendering until loading completes

IsInitialized

Set after EnsureWebView2Async has fired and the browser is actually ready

IsLoaded

Determines whether the document has been loaded into the editor. This allows you

IsVisible

Shortcut to visibility so we can bind a boolean

JsInterop

Object that can be used to access JavaScript operations on the Preview window. Runs global functions in the document using CallMethod()

Model

The Application Model for easier access in this control

WebBrowser

Window

Reference back to the main Markdown Monster window that

Requirements

Namespace: MarkdownMonster.Windows
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic