1 write to ContentRootSuffix
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
DefineStaticWebAssets.cs (1)
698
ContentRootSuffix
= contentRootSuffix;
3 references to ContentRootSuffix
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
DefineStaticWebAssets.cs (3)
883
if (!string.IsNullOrEmpty(def.
ContentRootSuffix
))
890
contentRootSuffix = contentRootSuffix.TrimEnd('/', '\\') + "/" + def.
ContentRootSuffix
.TrimStart('/', '\\');
894
contentRootSuffix = def.
ContentRootSuffix
;