Class BlazorWeavingContext
Context class for Weaving.
Inherited Members
Namespace: Cortex.Net.Fody
Assembly: Cortex.Net.Fody.dll
Syntax
public class BlazorWeavingContext : WeavingContext
Constructors
| Improve this Doc View SourceBlazorWeavingContext(ModuleWeaver)
Initializes a new instance of the BlazorWeavingContext class.
Declaration
public BlazorWeavingContext(ModuleWeaver moduleWeaver)
Parameters
Type | Name | Description |
---|---|---|
ModuleWeaver | moduleWeaver | Moduleweaver to use. |
Properties
| Improve this Doc View SourceCortexNetBlazorObserverAttribute
Gets type reference to Cortex.Net.Blazor.ObserverAttribute.
Declaration
public TypeReference CortexNetBlazorObserverAttribute { get; }
Property Value
Type | Description |
---|---|
TypeReference |
CortexNetBlazorObserverObject
Gets type reference to Cortex.Net.Blazor.ObserverObject.
Declaration
public TypeReference CortexNetBlazorObserverObject { get; }
Property Value
Type | Description |
---|---|
TypeReference |
MicrosoftAspNetCoreComponentsGenericRenderFragment
Gets type reference to Microsoft.AspNetCore.Components.RenderFragment`1.
Declaration
public TypeReference MicrosoftAspNetCoreComponentsGenericRenderFragment { get; }
Property Value
Type | Description |
---|---|
TypeReference |
MicrosoftAspNetCoreComponentsRenderFragment
Gets type reference to Microsoft.AspNetCore.Components.RenderFragment.
Declaration
public TypeReference MicrosoftAspNetCoreComponentsRenderFragment { get; }
Property Value
Type | Description |
---|---|
TypeReference |