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