MvcContrib.Binders.DerivedTypeModelBinder.CreatePropertyName C# (CSharp) Method

CreatePropertyName() public method

public CreatePropertyName ( string prefix, string propertyName ) : string
prefix string
propertyName string
return string
        public string CreatePropertyName(string prefix, string propertyName)
        {
            return CreateSubPropertyName(prefix, propertyName);
        }