Share via


CodeGeneratorContext.CodeMappings Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the dictionary collection of generated code mapping.

public System.Collections.Generic.IDictionary<int,System.Web.Razor.Generator.GeneratedCodeMapping> CodeMappings { get; }
member this.CodeMappings : System.Collections.Generic.IDictionary<int, System.Web.Razor.Generator.GeneratedCodeMapping>
Public ReadOnly Property CodeMappings As IDictionary(Of Integer, GeneratedCodeMapping)

Property Value

The dictionary collection of generated code mapping.

Applies to