Helpers.MessageForBrowser C# (CSharp) Method

MessageForBrowser() private static method

private static MessageForBrowser ( string browser ) : string
browser string
return string
    private static string MessageForBrowser(string browser)
    {
        return String.Format(@"Looks like you're running {0}. That's totally cool, but I can't tell if you've got .NET installed from {0}.
                Consider running this <a href=""https://github.com/downloads/shanselman/SmallestDotNet/CheckForDotNet45.exe"">little application</a>, just once, and we'll tell you what version of .NET you're running.", browser);
    }