InjectParameterGenerator Class

Syntax

public class InjectParameterGenerator : SpanChunkGenerator

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.Razor.InjectParameterGenerator

Constructors

InjectParameterGenerator(System.String, System.String)
Arguments:
  • typeName (System.String) –
  • propertyName (System.String) –
public InjectParameterGenerator(string typeName, string propertyName)

Properties

PropertyName()
Return type:System.String
public string PropertyName { get; }
TypeName()
Return type:System.String
public string TypeName { get; }

Methods

Equals(System.Object)
Arguments:
  • obj (System.Object) –
Return type:

System.Boolean

public override bool Equals(object obj)
GenerateChunk(Span, ChunkGeneratorContext)
Arguments:
  • target (Span) –
  • context (ChunkGeneratorContext) –
public override void GenerateChunk(Span target, ChunkGeneratorContext context)
Microsoft.AspNet.Mvc.Razor.InjectParameterGenerator.GetHashCode()
Return type:System.Int32
public override int GetHashCode()
Microsoft.AspNet.Mvc.Razor.InjectParameterGenerator.ToString()
Return type:System.String
public override string ToString()