Share via


PartialParseResult Enumeration

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

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration PartialParseResult
'Usage
Dim instance As PartialParseResult
[FlagsAttribute]
public enum PartialParseResult
[FlagsAttribute]
public enum class PartialParseResult
[<FlagsAttribute>]
type PartialParseResult
public enum PartialParseResult

Members

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

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

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

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

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

See Also

Reference

System.Web.Razor Namespace