Share via


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)

Syntax

'Declaration
Public Property DefaultDebugCompilation As Boolean 
    Get 
    Set
'Usage
Dim instance As WebPageRazorHost 
Dim value As Boolean 

value = instance.DefaultDebugCompilation

instance.DefaultDebugCompilation = value
public bool DefaultDebugCompilation { get; set; }
public:
property bool DefaultDebugCompilation {
    bool get ();
    void set (bool value);
}
member DefaultDebugCompilation : bool with get, set
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.

See Also

Reference

WebPageRazorHost Class

System.Web.WebPages.Razor Namespace