Skip to content

Instantly share code, notes, and snippets.

@SlyNet
Created September 26, 2011 08:23
Show Gist options
  • Save SlyNet/1241845 to your computer and use it in GitHub Desktop.
Save SlyNet/1241845 to your computer and use it in GitHub Desktop.
public class VirtualPathUtil
{
public static Func<string, string> ToAppRelative = (relativePath) => VirtualPathUtility.ToAppRelative(relativePath);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment