Class NoopImageUrlGenerator
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Media
Assembly: Umbraco.Core.dll
Syntax
public sealed class NoopImageUrlGenerator : IImageUrlGenerator
Properties
View SourceSupportedImageFileTypes
Declaration
public IEnumerable<string> SupportedImageFileTypes { get; }
Property Value
Type | Description |
---|---|
IEnumerable<System.String> |
Methods
View SourceGetImageUrl(ImageUrlGenerationOptions)
Declaration
public string GetImageUrl(ImageUrlGenerationOptions options)
Parameters
Type | Name | Description |
---|---|---|
ImageUrlGenerationOptions | options |
Returns
Type | Description |
---|---|
System.String |