Search Results for

    Show / Hide Table of Contents
    View Source

    Class PartialViewSnippetSlim

    A lightweight representation of a partial view snippet (i.e. without content).

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

    Constructors

    View Source

    PartialViewSnippetSlim(String, String)

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

    Properties

    View Source

    Id

    Gets the ID of the snippet.

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    System.String
    View Source

    Name

    Gets the name of the snippet.

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