Fix up to Macros in Core project

This commit is contained in:
Nikolaj Geisle
2022-01-13 09:27:37 +01:00
parent 521023372b
commit b6d5465b49
110 changed files with 537 additions and 451 deletions

View File

@@ -5,7 +5,7 @@ namespace Umbraco.Cms.Core.IO
{
public class DefaultViewContentProvider : IDefaultViewContentProvider
{
public string GetDefaultFileContent(string layoutPageAlias = null, string modelClassName = null, string modelNamespace = null, string modelNamespaceAlias = null)
public string GetDefaultFileContent(string? layoutPageAlias = null, string? modelClassName = null, string? modelNamespace = null, string? modelNamespaceAlias = null)
{
var content = new StringBuilder();