Skip to content

PropertyItemsLocalTextRegistration.IsLocalTextKeyCandidate method

Returns true if the text value can be a local text key that could be passed to the client side.

public static bool IsLocalTextKeyCandidate(string text)
parameter description
text The key or text.

Return Value

true if the text looks like a local text key; otherwise, false.

See Also