ActionControllers.DefaultNamingConventions.BuildActionFromType C# (CSharp) Method

BuildActionFromType() public method

public BuildActionFromType ( Type type ) : string
type System.Type
return string
        public string BuildActionFromType(Type type)
        {
            return type.Name;
        }