String ->string

This commit is contained in:
Robert
2018-03-05 14:34:36 +01:00
committed by GitHub
parent da0a1c808a
commit b9ee85dabc

View File

@@ -14,7 +14,7 @@
}
}
var altText = Model.value.altText ?? Model.value.caption ?? String.Empty;
var altText = Model.value.altText ?? Model.value.caption ?? string.Empty;
<img src="@url" alt="@altText">