View Source
Class PartialView
Represents a Partial View file
Assembly: Umbraco.Core.dll
Syntax
[Serializable]
[DataContract(IsReference = true)]
public class PartialView : File, IPartialView, IFile, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Constructors
View Source
PartialView(string)
Declaration
public PartialView(string path)
Parameters
| Type |
Name |
Description |
| string |
path |
|
View Source
PartialView(string, Func<File, string?>?)
Declaration
public PartialView(string path, Func<File, string?>? getFileContent)
Parameters
| Type |
Name |
Description |
| string |
path |
|
| Func<File, string> |
getFileContent |
|