BufferValue Struct

Namespace
Microsoft.AspNetCore.Routing.Internal
Assemblies
  • Microsoft.AspNetCore.Routing

Syntax

public struct BufferValue
struct Microsoft.AspNetCore.Routing.Internal.BufferValue

Constructors

BufferValue(System.String, System.Boolean)
public BufferValue(string value, bool requiresEncoding)

Properties

Microsoft.AspNetCore.Routing.Internal.BufferValue.RequiresEncoding
Return type:System.Boolean
public bool RequiresEncoding { get; }
Microsoft.AspNetCore.Routing.Internal.BufferValue.Value
Return type:System.String
public string Value { get; }