Click or drag to resize
DefaultPathsProviderSharedViewsFolderName Property
The folder name for shared view files (not specific to a certain controller). Set this to if you want to disable this functionality. Default: "_Shared"

Namespace: HandlebarsDotNet.Mvc
Assembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntax
public string SharedViewsFolderName { get; set; }

Property Value

Type: String
Remarks
The built-in view engines in ASP.NET MVC uses the name "Shared" (without the underscore) for this.
See Also