AddImportChunkGenerator Class¶
- Namespace
Microsoft.AspNetCore.Razor.Chunks.Generators- Assemblies
- Microsoft.AspNetCore.Razor
Syntax¶
public class AddImportChunkGenerator : SpanChunkGenerator, ISpanChunkGenerator
-
class
Microsoft.AspNetCore.Razor.Chunks.Generators.AddImportChunkGenerator
Constructors¶
-
AddImportChunkGenerator(System.String)¶ public AddImportChunkGenerator(string ns)
-
Methods¶
-
Equals(System.Object)¶ Return type: System.Boolean public override bool Equals(object obj)
-
GenerateChunk(Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span, Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext)¶ public override void GenerateChunk(Span target, ChunkGeneratorContext context)
-
GetHashCode()¶ Return type: System.Int32 public override int GetHashCode()
-
ToString()¶ Return type: System.String public override string ToString()
-
Properties¶
-
Microsoft.AspNetCore.Razor.Chunks.Generators.AddImportChunkGenerator.Namespace¶ Return type: System.String public string Namespace { get; }
-