Created
November 19, 2018 22:30
-
-
Save MartinZikmund/91b59c5ab79bd864bac1afcc98e37646 to your computer and use it in GitHub Desktop.
XAML page with enabled compiled bindings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[XamlCompilation (XamlCompilationOptions.Compile)] | |
public class MainPage : ContentPage | |
{ | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment