BinaryStudio.ClientManager.WebUi.Extensions.UrlHelperExtensions.DefaultPhoto C# (CSharp) Méthode

DefaultPhoto() public static méthode

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