 | 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.MvcAssembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntaxpublic string SharedViewsFolderName { get; set; }
Public Property SharedViewsFolderName As String
Get
Set
public:
property String^ SharedViewsFolderName {
String^ get ();
void set (String^ value);
}
member SharedViewsFolderName : string with 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