RazorFileInfoCollectionGenerator Class¶
Constructors¶
-
RazorFileInfoCollectionGenerator
(Microsoft.AspNet.Mvc.Razor.Precompilation.RazorFileInfoCollection, CompilationSettings)¶ Arguments: - fileInfoCollection (Microsoft.AspNet.Mvc.Razor.Precompilation.RazorFileInfoCollection) –
- compilationSettings (CompilationSettings) –
public RazorFileInfoCollectionGenerator(RazorFileInfoCollection fileInfoCollection, CompilationSettings compilationSettings)
-
Properties¶
-
Bottom
()¶ Return type: System.String protected virtual string Bottom { get; }
-
CompilationSettings
()¶ Return type: CompilationSettings protected CompilationSettings CompilationSettings { get; }
-
FileFormat
()¶ Return type: System.String protected virtual string FileFormat { get; }
-
RazorFileInfoCollection
()¶ Return type: Microsoft.AspNet.Mvc.Razor.Precompilation.RazorFileInfoCollection protected RazorFileInfoCollection RazorFileInfoCollection { get; }
-
TopFormat
()¶ Return type: System.String protected virtual string TopFormat { get; }
-
Methods¶
-
Microsoft.AspNet.Mvc.Razor.Precompilation.RazorFileInfoCollectionGenerator.GenerateCollection()
Return type: SyntaxTree public virtual SyntaxTree GenerateCollection()
-
GenerateFile
(Microsoft.AspNet.Mvc.Razor.Precompilation.RazorFileInfo)¶ Arguments: Return type: System.String
protected virtual string GenerateFile(RazorFileInfo fileInfo)
-