ActionAttribute Constructor (String, Int32, String, Boolean)NFX Class Library

[This is preliminary documentation and is subject to change.]

Specifies name override and WorkMatch instances in Laconic format. i.e.: 'match{name="A" order=0 is-local=false} match{name="B" order=0 methods="post,put" is-local=true}'

Namespace: NFX.Wave.MVC
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public ActionAttribute(
	string name,
	int order,
	string matchScript,
	bool strictParamBinding = false
)
See Also