Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ASP.NET Resources
02-04-2011, 04:01 PM
Post: #3
RE: ASP.NET Resources
Web Resources rely on a special handler that is named WebResource.axd, which is designed to retrieve assembly resources and serve them to the Web browser. The handler type for WebResource.axd is AssemblyResourceLoader.

When a request comes in from the client for WebResource.axd, the handler looks for the Web Resource identifier in the QueryString method of the Request object. Based on the value of the Web Resource identifier, the handler then tries to load the assembly that contains this resource. If this operation is successful, the handler will then look for the assembly attribute and load the resource stream from the assembly. Finally, the handler will grab the data from the resource stream and send it to the client together with the content type that you specify in the assembly attribute.

Web Designers Directory | Advertise Web Design Business | Website Design
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
ASP.NET Resources - dreamcon - 06-05-2010, 04:48 PM
RE: ASP.NET Resources - barbaragabogrecan - 10-08-2010, 05:42 PM
RE: ASP.NET Resources - justinOrel - 02-04-2011 04:01 PM
RE: ASP.NET Resources - peterpan020588 - 06-11-2011, 01:28 AM
RE: ASP.NET Resources - netshet - 08-15-2011, 07:21 PM
RE: ASP.NET Resources - anusha - 10-24-2011, 06:19 PM
RE: ASP.NET Resources - MarryRock - 11-30-2011, 09:33 PM
RE: ASP.NET Resources - displaybanner - 01-13-2012, 07:56 PM
RE: ASP.NET Resources - hairtransplant - 01-18-2012, 08:06 PM
RE: ASP.NET Resources - sabizuk - 06-18-2013, 07:05 PM
RE: ASP.NET Resources - lovesamrats - 05-17-2016, 03:01 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)