JsonFilter.GetPropertyPath<TOwner> method

Gets the path of the specified property.

public static string GetPropertyPath<TOwner>(Expression<Func<TOwner, object?>> expression)
parameter description
expression The property expression.

Return Value

The path of the specified property.

Remarks

The returned path is always lowercase.

See Also