System.Web.Compilation.BuildManager.GetCompiledCustomString Method

Compiles a file, given its virtual path, and returns a custom string that the build provider persists in cache.

Syntax

public static string GetCompiledCustomString (string virtualPath)

Parameters

virtualPath
The virtual path of the file to build.

Returns

A string, as returned by the BuildProvider.GetCustomString(System.CodeDom.Compiler.CompilerResults) method, that is cached to disk or memory.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Compilation
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0