C# Class BrickPile.Core.Conventions.VirtualPathProviderConventions

Represents the registered virtual path providers
Show file Open project: brickpile/brickpile

Public Methods

Method Description
Register ( string name, Func provider ) : void

Registers the specified name.

Private Methods

Method Description
RegisterIgnoreRoute ( string virtualPathRoot ) : void

Registers the ignore route.

Method Details

Register() public method

Registers the specified name.
public Register ( string name, Func provider ) : void
name string The name.
provider Func The provider.
return void