Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RootNamespaceAttribute Class

Definition

Namespace:
Microsoft.Extensions.Localization
Assembly:
Microsoft.Extensions.Localization.dll
Package:
Microsoft.Extensions.Localization v11.0.0-preview.5.26302.115
Source:
RootNamespaceAttribute.cs
Source:
RootNamespaceAttribute.cs
Source:
RootNamespaceAttribute.cs
Source:
RootNamespaceAttribute.cs
Source:
RootNamespaceAttribute.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Provides the RootNamespace of an Assembly. The RootNamespace of the assembly is used by Localization to determine the resource name to look for when RootNamespace differs from the AssemblyName.

public ref class RootNamespaceAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)]
public class RootNamespaceAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)>]
type RootNamespaceAttribute = class
 inherit Attribute
Public Class RootNamespaceAttribute
Inherits Attribute
Inheritance
RootNamespaceAttribute
Attributes

Constructors

Name Description
RootNamespaceAttribute(String)

Creates a new RootNamespaceAttribute.

Properties

Name Description
RootNamespace

The RootNamespace of this Assembly. The RootNamespace of the assembly is used by Localization to determine the resource name to look for when RootNamespace differs from the AssemblyName.

Applies to


Feedback

Was this page helpful?