BuildProvider.OpenReader Method ()

 

Opens a text reader for reading from the virtual path of the current build provider object.

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

Protected Function OpenReader As TextReader

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
Return to top
Show: