Skip to Content
Beginning ASP.NET Web Pages with WebMatrix®
book

Beginning ASP.NET Web Pages with WebMatrix®

by Mike Brind, Imar Spaanjaars
November 2011
Beginner
432 pages
11h 13m
English
Wrox
Content preview from Beginning ASP.NET Web Pages with WebMatrix®

Chapter 8

Working with Files and Images

What you will learn in this chapter:

  • How to create and modify files and folders
  • Generating a Google sitemap
  • How to use the WebImage helper

In the last chapter, you learned how to save text files that your users choose to upload to your site. There is a lot more to learn about files within ASP.NET Web Pages, which is why the topic deserves a chapter of its own. You can, for example, generate your own text files, or modify existing files. You can copy them and delete them. You will learn how to do this in the next few pages. You will also learn about other types of files that you can work with, and a number of ways to deliver those to your users. You will specifically learn how to create one type of XML file — a Google sitemap. Then, in the second part of the chapter, you will work in more detail with image files by using a helper specifically created to simplify these kinds of tasks.

Creating and Modifying Files

There are three primary classes that help you work with files and folders. You met one in the previous chapter — the Path class. The others are the File class and the Directory class, which, like the Path class, are used to house a number of related utility methods. None of the classes is intended to be instantiated directly. All of the methods exposed by these classes are static methods.

There are a huge number of file types that you might want to work with when developing your Web Pages application. Any text-based file can be ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

ASP.NET 4 Unleashed

ASP.NET 4 Unleashed

Stephen Walther, Kevin Hoffman, Nate Dudek

Publisher Resources

ISBN: 9781118050484Purchase book