Fork me on GitHub
Show / Hide Table of Contents

Class RegistryNamespace

The list of known supported Open Graph namespaces.

Inheritance
System.Object
OpenGraphNamespace
RegistryNamespace
Inherited Members
OpenGraphNamespace.ToString()
OpenGraphNamespace.Empty
OpenGraphNamespace.Prefix
OpenGraphNamespace.SchemaUri
Namespace: OpenGraphNet.Namespaces
Assembly: OpenGraphNet.dll
Syntax
public sealed class RegistryNamespace : OpenGraphNamespace

Constructors

RegistryNamespace(String, String, String[])

Initializes a new instance of the RegistryNamespace class.

Declaration
public RegistryNamespace(string prefix, string schemaUri, params string[] requiredElements)
Parameters
Type Name Description
System.String prefix

The prefix.

System.String schemaUri

The schema URI.

System.String[] requiredElements

The required elements.

Properties

RequiredElements

Gets the required elements.

Declaration
public IList<string> RequiredElements { get; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

The required elements.

See Also

OpenGraphNamespace
Back to top Copyright © 2021 - Geoff Horsey Mastodon