BinaryStudio.ClientManager.WebUi.Extensions.UrlHelperExtensions.DefaultPhoto C# (CSharp) Method

DefaultPhoto() public static method

public static DefaultPhoto ( this helper ) : string
helper this
return string
        public static string DefaultPhoto(this UrlHelper helper)
        {
            return helper.Content("~/Content/images/photo.png");
        }
UrlHelperExtensions