No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

15 líneas
369 B

  1. // Copyright (c) .NET Core Community. All rights reserved.
  2. // Licensed under the MIT License. See License.txt in the project root for license information.
  3. namespace DotNetCore.CAP.Dashboard.Pages
  4. {
  5. partial class LayoutPage
  6. {
  7. public LayoutPage(string title)
  8. {
  9. Title = title;
  10. }
  11. public string Title { get; }
  12. }
  13. }