public string?FullWebPath() { var pp = this.GetPrefixPair(); if (string.IsNullOrEmpty(pp.WebPrefix)) { return(null); } var result = ToAbsolute(pp.WebPrefix + "/" + FilePathUtils.UrlPathEncode(Suffix.Replace("\\", "/"))); return(result); }