C# Класс WindowsApp.Views.URLPage

Create page
Наследование: Windows.UI.Xaml.Controls.Page
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
NavigationHelper_LoadState void
NavigationHelper_SaveState void
getImageFromURL Task
getImageFromURL_click void
showURLImage void

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

Метод Описание
URLPage ( ) : WindowsApp.Common

Constructor

Защищенные методы

Метод Описание
OnNavigatedFrom ( NavigationEventArgs e ) : void

called when the app leaves the page

OnNavigatedTo ( NavigationEventArgs e ) : void

called when the page is navigated to

Приватные методы

Метод Описание
NavigationHelper_LoadState ( object sender, LoadStateEventArgs e ) : void
NavigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void

Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.

getImageFromURL ( ) : Task
getImageFromURL_click ( object sender, RoutedEventArgs e ) : void

Gets the image from the uri and sends the image through processing

showURLImage ( object sender, TextControlPasteEventArgs e ) : void

Displays a preview of the image before the image is sent through processing

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

OnNavigatedFrom() защищенный Метод

called when the app leaves the page
protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Результат void

OnNavigatedTo() защищенный Метод

called when the page is navigated to
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Результат void

URLPage() публичный Метод

Constructor
public URLPage ( ) : WindowsApp.Common
Результат WindowsApp.Common