C# Class HelloWorld.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Page
显示文件 Open project: GoogleCloudPlatform/appengine-endpoints-helloworld-dotnet

Public Methods

Method Description
MainPage ( ) : EndpointsHelloworldDotnetAppspotCom.Apis.Helloworld.v1

Private Methods

Method Description
AuthGreet_Click ( object sender, RoutedEventArgs e ) : void

Auth Greets the user using the Hello World service.

Greet_Click ( object sender, RoutedEventArgs e ) : void

Greets the user using the Hello World service.

List_Click ( object sender, RoutedEventArgs e ) : void

Lists all the Hello World's greetings.

Method Details

MainPage() public method

public MainPage ( ) : EndpointsHelloworldDotnetAppspotCom.Apis.Helloworld.v1
return EndpointsHelloworldDotnetAppspotCom.Apis.Helloworld.v1