Click or drag to resize

RazorInjectionAttribute Constructor

Initializes a new instance of the RazorInjectionAttribute class

Namespace:  Resto.Front.Api.Attributes.JetBrains
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public RazorInjectionAttribute(
	string type,
	string fieldName
)

Parameters

type
Type: SystemString
fieldName
Type: SystemString
See Also