Method WithName
WithName(string)
Sets the name for the section definition.
public T WithName(string name)
Parameters
name
stringThe name to set.
Returns
- T
The builder instance.
Sets the name for the section definition.
public T WithName(string name)
name
stringThe name to set.
The builder instance.