Fix casing of 'URL' (#9080)

This commit is contained in:
Ronald Barendse
2020-10-05 20:48:38 +02:00
committed by GitHub
parent eaa0a3ba64
commit 2bfef74191
163 changed files with 554 additions and 554 deletions

View File

@@ -23,7 +23,7 @@ namespace Umbraco.Web
#region GetCropUrl
/// <summary>
/// Gets the ImageProcessor Url of a media item by the crop alias (using default media item property alias of "umbracoFile")
/// Gets the ImageProcessor URL of a media item by the crop alias (using default media item property alias of "umbracoFile")
/// </summary>
/// <param name="urlHelper"></param>
/// <param name="mediaItem">
@@ -46,7 +46,7 @@ namespace Umbraco.Web
}
/// <summary>
/// Gets the ImageProcessor Url by the crop alias using the specified property containing the image cropper Json data on the IPublishedContent item.
/// Gets the ImageProcessor URL by the crop alias using the specified property containing the image cropper Json data on the IPublishedContent item.
/// </summary>
/// <param name="urlHelper"></param>
/// <param name="mediaItem">
@@ -63,7 +63,7 @@ namespace Umbraco.Web
/// set to false if using the result of this method for CSS.
/// </param>
/// <returns>
/// The ImageProcessor.Web Url.
/// The ImageProcessor.Web URL.
/// </returns>
public static IHtmlString GetCropUrl(this UrlHelper urlHelper, IPublishedContent mediaItem, string propertyAlias, string cropAlias, bool htmlEncode = true)
{
@@ -74,7 +74,7 @@ namespace Umbraco.Web
}
/// <summary>
/// Gets the ImageProcessor Url from the image path.
/// Gets the ImageProcessor URL from the image path.
/// </summary>
/// <param name="mediaItem">
/// The IPublishedContent item.
@@ -157,10 +157,10 @@ namespace Umbraco.Web
}
/// <summary>
/// Gets the ImageProcessor Url from the image path.
/// Gets the ImageProcessor URL from the image path.
/// </summary>
/// <param name="imageUrl">
/// The image url.
/// The image URL.
/// </param>
/// <param name="width">
/// The width of the output image.