Castle.MonoRail.Framework.ViewComponent.GetBaseViewPath C# (CSharp) Method

GetBaseViewPath() private method

private GetBaseViewPath ( ) : String
return String
		private String GetBaseViewPath()
		{
			return GetBaseViewPath(context.ComponentName);
		}

Same methods

ViewComponent::GetBaseViewPath ( String componentName ) : String