WebPageRazorHost.DefaultDebugCompilation Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether the debug compilation is set to default.

Namespace:  System.Web.WebPages.Razor
Assembly:  System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)

function get DefaultDebugCompilation () : boolean 
function set DefaultDebugCompilation (value : boolean)

Property Value

Type: System.Boolean
true if the debug compilation is set to default; otherwise, false.
Show: