Web Verification Code Writing

Source: Internet
Author: User

<%@ WebHandler language="C #"class="Show"%>usingSystem;usingsystem.web;usingSystem.Drawing;usingSystem.Web.SessionState;//IRequiresSessionState Namespaces Public classShow:ihttphandler, irequiressessionstate{ Public voidProcessRequest (HttpContext context) {context. Response.ContentType="Image/jpeg";//the type to outputBitmap img=NewBitmap ( -, -);//Create a blank chartGraphics gr = Graphics.fromimage (IMG);//which map to draw onFont font =NewFont ("Song Body", A, FontStyle.Bold);//Set FontSolidBrush brush =NewSolidBrush (Color.White);//Set BrushErl FillRectangle (Brush,0,0, -, -);//The shape the brush drawsBrush. Color = color.red;//Color        strings ="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; stringstr =""; Random Rand=NewRandom ();//Initialize random number         for(inti =0; I <4; i++)        {            intstart = Rand. Next ( +);//generate a random start positionstr + = s.substring (Start,1).        ToString (); } context. session["Yanzheng"] =str; Erl DrawString (str, font, brush,0,0);//finished drawing the picture.//Save The picture with the response response streamimg. Save (context.    RESPONSE.OUTPUTSTREAM,SYSTEM.DRAWING.IMAGING.IMAGEFORMAT.JPEG); }      Public BOOLisreusable {Get {            return false; }    }}

Web Verification Code Writing

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.