Interface IGetsWellKnownNamespace
A provider for well-known namespaces related to ZPT.
Namespace: ZptSharp.Dom
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsWellKnownNamespace
Properties
| Improve this Doc View SourceMetalNamespace
Gets the namespace for METAL.
Declaration
Namespace MetalNamespace { get; }
Property Value
Type | Description |
---|---|
Namespace | The METAL namespace. |
TalNamespace
Gets the namespace for TAL.
Declaration
Namespace TalNamespace { get; }
Property Value
Type | Description |
---|---|
Namespace | The TAL namespace. |