RazorCodeGenerator.CodeMappings Property

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

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

Syntax

'Declaration
Public Property CodeMappings As IDictionary(Of Integer, GeneratedCodeMapping)
    Get
    Private Set
'Usage
Dim instance As RazorCodeGenerator
Dim value As IDictionary(Of Integer, GeneratedCodeMapping)

value = instance.CodeMappings
public IDictionary<int, GeneratedCodeMapping> CodeMappings { get; private set; }
public:
property IDictionary<int, GeneratedCodeMapping>^ CodeMappings {
    IDictionary<int, GeneratedCodeMapping>^ get ();
    private: void set (IDictionary<int, GeneratedCodeMapping>^ value);
}
function get CodeMappings () : IDictionary<int, GeneratedCodeMapping>
private function set CodeMappings (value : IDictionary<int, GeneratedCodeMapping>)

Property Value

Type: System.Collections.Generic.IDictionary<Int32, GeneratedCodeMapping>

Permissions

  • Medium trust for the immediate caller. This member can be used by partially trusted code.

See Also

Reference

RazorCodeGenerator Class

System.Web.Razor.Generator Namespace