File: RazorPageGeneratorResults.cs | Web Access |
Project: src\src\Middleware\tools\RazorPageGenerator\RazorPageGenerator.csproj (dotnet-razorpagegenerator) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace RazorPageGenerator; public class RazorPageGeneratorResult { public string FilePath { get; set; } public string GeneratedCode { get; set; } } |