Search Results for

    Show / Hide Table of Contents
    View Source

    Class PartialView

    Represents a Partial View file

    Inheritance
    object
    BeingDirtyBase
    EntityBase
    File
    Namespace: Umbraco.Cms.Core.Models
    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
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX