View Source
Class PartialView
Represents a Partial View file
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[Serializable]
[DataContract(IsReference = true)]
public class PartialView : File, IRememberBeingDirty, ICanBeDirty, IPartialView, IFile, IEntity, IDeepCloneable
Constructors
View Source
PartialView(PartialViewType, String)
Declaration
public PartialView(PartialViewType viewType, string path)
Parameters
Properties
View Source
ViewType
Declaration
public PartialViewType ViewType { get; set; }
Property Value