 | HandlebarsViewEngineViewExtension Property |
The file extension the view files and partials must have in order for this ViewEngine to handle it. Default: ".hbs"
Namespace: HandlebarsDotNet.MvcAssembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntaxpublic virtual string ViewExtension { get; set; }
Public Overridable Property ViewExtension As String
Get
Set
public:
virtual property String^ ViewExtension {
String^ get ();
void set (String^ value);
}
abstract ViewExtension : string with get, set
override ViewExtension : string with get, set
Property Value
Type:
String
RemarksPlease note this should include the dot (contrary to VirtualPathProviderViewEngine).
See Also