.NET C# Display a Text File - TransmitFile - In the Browser. Web

    protected void transmitTextFile()
    {
        Response.TransmitFile("C:\\Copies\\Temp.txt");
    }

Comments

Popular posts from this blog

Umbraco - Reset the Admin Password via SQL Server

Umbraco 9 - Strip HTML and Truncate text output

Umbraco Macro for IFrame when Embedding Video, Vimeo Universal Player, or other types of IFrame on to a Page XSLT version and Razor Version