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.
|
- // Copyright (c) .NET Core Community. All rights reserved.
- // Licensed under the MIT License. See License.txt in the project root for license information.
-
- namespace DotNetCore.CAP.Dashboard.Pages
- {
- partial class LayoutPage
- {
- public LayoutPage(string title)
- {
- Title = title;
- }
-
- public string Title { get; }
- }
- }
|