Share via


SetVBOptionCodeGenerator.Strict(Boolean) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Strictly converts the SetVBOptionCodeGenerator to the on and off value.

public static System.Web.Razor.Generator.SetVBOptionCodeGenerator Strict (bool onOffValue);
static member Strict : bool -> System.Web.Razor.Generator.SetVBOptionCodeGenerator
Public Shared Function Strict (onOffValue As Boolean) As SetVBOptionCodeGenerator

Parameters

onOffValue
Boolean

true if the SetVBOptionCodeGenerator strictly converts to the on and off value; otherwise, false.

Returns

The SetVBOptionCodeGenerator strictly converts to the on and off value.

Applies to