C# Class BetterCms.Module.Pages.Helpers.HttpHelper

Helper class for http related tasks.
Show file Open project: devbridge/BetterCMS

Public Methods

Method Description
VirtualPathExists ( string virtualPath ) : bool

Virtual the path exists.

Method Details

VirtualPathExists() public static method

Virtual the path exists.
public static VirtualPathExists ( string virtualPath ) : bool
virtualPath string The virtual path.
return bool