Search Results for

    Show / Hide Table of Contents
    View Source

    Class ServerVariablesParsingNotification

    A notification for when server variables are parsing

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class ServerVariablesParsingNotification : INotification

    Constructors

    View Source

    ServerVariablesParsingNotification(IDictionary<String, Object>)

    Initializes a new instance of the ServerVariablesParsingNotification class.

    Declaration
    public ServerVariablesParsingNotification(IDictionary<string, object> serverVariables)
    Parameters
    Type Name Description
    IDictionary<System.String, System.Object> serverVariables

    Properties

    View Source

    ServerVariables

    Gets a mutable dictionary of server variables

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