UrlHelper.IconUrl Method
- Namespace:
- Weavy.Core.Helpers
- Assembly:
- Weavy.Core.dll
IconUrl(Nullable, Boolean, Boolean)
Returns the url to the app icon (for the specified area).
public static string IconUrl(int? size = default(int? ), bool absolute = false, bool cachebust = true)
Parameters
- size
- System.Nullable{System.Int32}
- absolute
- System.Boolean
- cachebust
- System.Boolean
Returns
System.String