Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 456 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 456 Bytes

URLSchemeSample

Sample of URL Scheme for Xamarin.Mac and WPF

how to use

  • implements URL Scheme for Xamarin.Mac

    Run Xamarin.Mac Application and this command from console

    open sample-app://Hello
    
  • implements URL Scheme for WPF

    Run WPF Application as administrator and this command from command prompt

    start sample-app://Hello1 Hello2 Hello3
    

todo

  • shares with .Net Standard library