Search Results for

    Show / Hide Table of Contents
    View Source

    Class PartialViewSnippet

    Defines a partial view snippet.

    Inheritance
    System.Object
    PartialViewSnippetSlim
    Namespace: Umbraco.Cms.Core.Snippets
    Assembly: Umbraco.Core.dll
    Syntax
    public class PartialViewSnippet : PartialViewSnippetSlim

    Constructors

    View Source

    PartialViewSnippet(String, String, String)

    Declaration
    public PartialViewSnippet(string id, string name, string content)
    Parameters
    Type Name Description
    System.String id
    System.String name
    System.String content

    Properties

    View Source

    Content

    Gets the content of the snippet.

    Declaration
    public string Content { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PartialViewSnippet(String, String, String)
    • Properties
      • Content
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX