Calyptus.Mvc.SiteMapView.Render C# (CSharp) Method

Render() public method

public Render ( IHttpContext context ) : void
context IHttpContext
return void
		public void Render(IHttpContext context)
		{
			throw new NotImplementedException();
		}
	}
SiteMapView