Table of Contents

Interface IUrlContext

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the URL context which contains additional parameters added to the URL.

[SuppressMessage("Naming", "CA1710:Identifiers should have correct suffix", Justification = "Abstraction")]
public interface IUrlContext : IDictionary<string, string>, ICollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, IEnumerable
Inherited Members
Extension Methods