C# Class Windows.UI.Xaml.XamlExtensions

Show file Open project: Tealium/win-library

Public Methods

Method Description
HtmlEncode ( this that ) : string

Convenience function to HTML encode a string, abstracted for the different framework versions.

OnFirstFrame ( this that, Action a ) : void

Waits for a control to render its first frame on screen, then executes the specified action.

Method Details

HtmlEncode() public static method

Convenience function to HTML encode a string, abstracted for the different framework versions.
public static HtmlEncode ( this that ) : string
that this
return string

OnFirstFrame() public static method

Waits for a control to render its first frame on screen, then executes the specified action.
public static OnFirstFrame ( this that, Action a ) : void
that this
a Action
return void