System.Web.Compilation.BuildProvider.GetCustomString Method

Generates a string to be persisted in the compiled assembly.

Syntax

public virtual string GetCustomString (System.CodeDom.Compiler.CompilerResults results)

Parameters

results
The compilation results for the build provider's virtual path.

Returns

A string to be persisted in the build environment, or null if the System.Web.Compilation.BuildProvider instance does not implement BuildProvider.GetCustomString(System.CodeDom.Compiler.CompilerResults).

Remarks

Requirements

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