Castle.MonoRail.Framework.ViewEngineBase.HasTemplate C# (CSharp) Method

HasTemplate() public abstract method

Evaluates whether the specified template exists.
public abstract HasTemplate ( String templateName ) : bool
templateName String
return bool
		public abstract bool HasTemplate(String templateName);