C# Class ArcGISPortalViewer.Controls.HtmlPresenterControl

Simplifies rendering generated HTML and handling link events without navigating the view.
Inheritance: Windows.UI.Xaml.Controls.UserControl
Show file Open project: Esri/arcgis-portalviewer-dotnet

Public Properties

Property Type Description
HtmlFontFamilyProperty Windows.UI.Xaml.DependencyProperty
HtmlFontSizeProperty Windows.UI.Xaml.DependencyProperty
HtmlProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
HtmlPresenterControl ( ) : System

Private Methods

Method Description
LoadContent ( ) : void
OnFontFamilyPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnHtmlFontSizePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnHtmlPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
WebView_OnFrameNavigationStarting ( WebView sender, WebViewNavigationStartingEventArgs args ) : void
WebView_OnNavigationStarting ( WebView sender, WebViewNavigationStartingEventArgs args ) : void
WebView_ScriptNotify ( object sender, NotifyEventArgs e ) : void

Method Details

HtmlPresenterControl() public method

public HtmlPresenterControl ( ) : System
return System

Property Details

HtmlFontFamilyProperty public static property

public static DependencyProperty,Windows.UI.Xaml HtmlFontFamilyProperty
return Windows.UI.Xaml.DependencyProperty

HtmlFontSizeProperty public static property

public static DependencyProperty,Windows.UI.Xaml HtmlFontSizeProperty
return Windows.UI.Xaml.DependencyProperty

HtmlProperty public static property

public static DependencyProperty,Windows.UI.Xaml HtmlProperty
return Windows.UI.Xaml.DependencyProperty