KestrunHost.GetFormPartRule method

Gets the form part rule for the specified name.

public KrFormPartRule? GetFormPartRule(string name)
parameter description
name The name of the form part rule.

Return Value

The form part rule if found; otherwise, null.

See Also