C# Класс Windows.UI.Xaml.XamlExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

HtmlEncode() публичный статический Метод

Convenience function to HTML encode a string, abstracted for the different framework versions.
public static HtmlEncode ( this that ) : string
that this
Результат string

OnFirstFrame() публичный статический Метод

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
Результат void