InjectAttribute
Wisej.Services.InjectAttribute
public class InjectAttribute : AttributePublic Class InjectAttribute
Inherits Attribute
public class MainView : Page {
[Inject(Required=true)]
protected ILogger Logger {get; set;}
}
Constructors
InjectAttribute()
InjectAttribute(required)
Name
Type
Description
Properties
Required
Last updated
Was this helpful?

