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.
Assembly: System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)
'Declaration Public Property DefaultDebugCompilation As Boolean Get Set 'Usage Dim instance As WebPageRazorHost Dim value As Boolean value = instance.DefaultDebugCompilation instance.DefaultDebugCompilation = value
Property Value
Type: System.Booleantrue if the debug compilation is set to default; otherwise, false.
Show: