Share via


ParserContext.WhiteSpaceIsSignificantToAncestorBlock 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 white space is significant to ancestor block.

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

Syntax

'Declaration
Public Property WhiteSpaceIsSignificantToAncestorBlock As Boolean 
    Get 
    Set
'Usage
Dim instance As ParserContext 
Dim value As Boolean 

value = instance.WhiteSpaceIsSignificantToAncestorBlock

instance.WhiteSpaceIsSignificantToAncestorBlock = value
public bool WhiteSpaceIsSignificantToAncestorBlock { get; set; }
public:
property bool WhiteSpaceIsSignificantToAncestorBlock {
    bool get ();
    void set (bool value);
}
member WhiteSpaceIsSignificantToAncestorBlock : bool with get, set
function get WhiteSpaceIsSignificantToAncestorBlock () : boolean 
function set WhiteSpaceIsSignificantToAncestorBlock (value : boolean)

Property Value

Type: System.Boolean
true is white space is significant to ancestor block; otherwise, false.

See Also

Reference

ParserContext Class

System.Web.Razor.Parser Namespace