BuildProvider::OpenReader Method ()
.NET Framework (current version)
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::TextReader^An 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: