JsonFilter.GetExcludedPropertyPath<TOwner> method

Gets the excluded path of the specified property.

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

Return Value

The excluded path of the specified property.

Remarks

The returned path is always lowercase.

See Also