System.OpenWebpage
Skip to content
mnscript
System.OpenWebpage(string) 

Description ​

Opens the web browser and loads the given URL

Arguments ​

string - The URL to the webpage to load

Example ​

msc
using System;

System.OpenWebpage("mn.cgpd.gov");