This documentation is archived and is not being maintained.
BuildProvider::OpenReader Method
Visual Studio 2010
Opens a text reader for reading from the virtual path of the current build provider object.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.IO::TextReaderAn open TextReader that can be used to read the contents of the VirtualPath.
Use the Read method on the returned TextReader object to read the contents of the VirtualPath property for a BuildProvider object.
After calling the OpenReader method, you must use the Close method to close the TextReader object and free associated system resources.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: