【lol挂机刷金币源码】【拷贝公司源码法律】【IIS云盘源码】c webbrowser 源码

2025-01-01 12:40:59 来源:crm源码定制 分类:休闲

1.C# webbrowser 保存html和图片

c  webbrowser 源码

C# webbrowser 保存html和图片

       æ˜¯è¦èŽ·å–带图片的脱机HTML文件吧,如果是的话可以用下面的方法

       //url是要保存的网页地址

       //filePath是保存到的文件路径

       public static bool SaveWebPageToMHTFile(string url,lol挂机刷金币源码 string filePath)

        {

        bool result = false;

        CDO.Message msg = new CDO.MessageClass();

        ADODB.Stream stm = null;

        try

        {

        msg.MimeFormatted = true;

        msg.CreateMHTMLBody(url, CDO.CdoMHTMLFlags.cdoSuppressNone, "", ""); stm = msg.GetStream();

        stm.SaveToFile(filePath, ADODB.SaveOptionsEnum.adSaveCreateOverWrite);

        msg = null;

        stm.Close();

        result = true;

        }

        catch

        { throw; }

        finally

        {

        //cleanup here

        }

        return result;

        }

本文地址:http://j5.net.cn/html/19b25299728.html 欢迎转发