You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the public Uri GetImageUrl(string size, string filePath, bool useSsl = false) fits perfectly for a static method, after some modification, and was wondering if there's any specific reason behind not keeping it that way.
The text was updated successfully, but these errors were encountered:
DineshSolanki
changed the title
[Question] Why isn't GetImageUrl not static
[Question] Why isn't GetImageUrl static
Jul 26, 2024
I believe the
public Uri GetImageUrl(string size, string filePath, bool useSsl = false)
fits perfectly for a static method, after some modification, and was wondering if there's any specific reason behind not keeping it that way.The text was updated successfully, but these errors were encountered: